N2PMaterial#

class NaxToPy.Core.Classes.N2PMaterial.N2PMaterial(information, model_father)[source]#

Bases: ABC

Base abstract class for materials. The material classes inherit from this base class. The type of materials that are now supported are:

  • N2PMatE: Elastic, linear isotropic material.

  • N2PMatA: Elastic, linear anisotropic material.

  • N2PMatO: Elastic, linear orthotropic material.

  • N2PMatT: Material with Thermal properties ut not mechanical.

  • N2PMatTA: Anisotropic material with Thermal properties but not mechanical.

  • N2PMatI: Orthotropic material for Isoparametric shell elements.

  • N2PMatIS: Anisotropic material for Solid Isoparametric elements.

  • N2PMatF: Fluid material property definition.

ID#

int.

Name#

str.

PartID#

str.

InternalID#

int.

property ID: str | int#
property InternalID: int#
property MatType: str#
property PartID: str#