NaxToPy.Core.Classes.ABQEntities package#

Submodules#

NaxToPy.Core.Classes.ABQEntities.N2PEntity module#

class NaxToPy.Core.Classes.ABQEntities.N2PEntity.N2PEntity(info, dictKeywordToN2P, dictEntityToN2P)[source]#

Bases: object

Class created to add information under a Keyword. There is not a similar concept in Abaqus. It is used to define nodes, elements and shells.

property KeywordIndex: int#

Identification number of the Keyword ot belongs

property KeywordParent: N2PKeyword#

Keyword the entity belongs to. It always belongs to a keyword

property Part: str#

The part of an entity is always the part of the KeywordParent

NaxToPy.Core.Classes.ABQEntities.N2PEntityElement module#

class NaxToPy.Core.Classes.ABQEntities.N2PEntityElement.N2PEntityElement(info, dictKeywordToN2P, dictEntityToN2P)[source]#

Bases: N2PEntity

property ID: int#

Element identification number

property NodeArray: list[N2PEntityNode]#

Element identification number

NaxToPy.Core.Classes.ABQEntities.N2PEntityNode module#

class NaxToPy.Core.Classes.ABQEntities.N2PEntityNode.N2PEntityNode(info, dictKeywordToN2P, dictEntityToN2P)[source]#

Bases: N2PEntity

property DirectionCosine1: float#

First direction cosine of the normal at the node (Optional)

property DirectionCosine2: float#

Second direction cosine of the normal at the node (Optional) For nodes entered a cylindrical or spherical system, this entry is an angle given in degrees.

property DirectionCosine3: float#

Third direction cosine of the normal at the node (Optional) For nodes entered a spherical system, this entry is an angle given in degrees.

property ID: int#

Node identification number

property X1: float#

First coordinate

property X2: float#

Second coordinate

property X3: float#

Third coordinate

NaxToPy.Core.Classes.ABQEntities.N2PEntityShell module#

class NaxToPy.Core.Classes.ABQEntities.N2PEntityShell.N2PEntityShell(info, dictKeywordToN2P, dictEntityToN2P)[source]#

Bases: N2PEntity

property IntegrationPoints: int#

five for Simpson’s rule and 3 for Gauss quadrature

Type:

Number of integration points to be used through the shell section. Default

property Material: N2PKeyword#

Node identification number

property Name: str#

Name of the layer

property Orientation: N2PKeyword#

Node identification number

property Thickness: float#

Shell thickness

Module contents#