assemblies
Unless otherwise specified, data names are accessible in level 3 only.
- activesuppressed
- Returns non-zero if the entity is set inactive, 0 otherwise.
- assemblies
- The list of subassemblies in an assembly (pointervalue is the subassembly ID).
- assembly
- Pointer to the assembly (use with the pointer - pointer1.assembly.name).
- attributesmax
- The number of attributes owned by this entity.
- cardimage
- The name of the assigned card image.
- cardimagetype
- The type of the assigned card image.
- color
- The 1-64 color of the entity.
- color_rgb
- The RGB color of the entity.
- component
- Pointer to the component (use with the pointer - pointer1.component.name).
- components
- The list of components in an assembly (pointervalue is the component ID).
- definedentity
- True if the entity is defined, false otherwise.
- id
- The ID of the entity.
- include
- The ID of the include file the entity is organized in.
- includeid
- The ID of the include file the entity is organized in.
- internalid
- The ID of the entity.
- mass
- The summed total mass. This takes into account both structural and nonstructural mass.
- internalname
- The internal name of the entity.
- moduleid
- The module ID of the entity.
- multibodies
- The list of multibodies in an assembly (pointervalue is the multibody ID).
- multibody
- Pointer to the multibody (use with the pointer - pointer1.multibody.name).
- name
- The name of the entity.
- nonstructuralmass
- The summed non-structural mass.
- numberofassemblies
- The number of sub-assemblies in an assembly.
- numberofcomponents
- The number of components in an assembly.
- numberofmultibodies
- The number of multibodies in an assembly.
- outputsuppressed
- Returns non-zero if the entity is set "do not export", 0 otherwise.
- poolid
- The pool number of the entity.
- poolname
- The pool name of the entity.
- solver_id
- The solver ID of the entity.
- solvername
- The solver name of the entity for entities enabled for name pool, otherwise the internal name of the entity.
- structuralmass
- The summed structural mass.
LS-DYNA Specific Data Names
The following data names are only available for LS-DYNA, or have specific behavior for LS-DYNA.
- distributedmass
- This is the mass distributed from nodal rigid bodies to free nodes.
- engineeringmass
- Corresponds to structuralmass + lumpedmass + nonstructuralmass.
- lumpedmass
- The summed lumped mass added through *ELEMENT_MASS, *ELEMENT_MASS_NODE_SET, *ELEMENT_INERTIA or *ELEMENT_SEATBELT_ACCELEROMETER.
- nonstructuralmass
- The summed nonstructural mass added through *ELEMENT_MASS_PART_SET, *ELEMENT_MASS_PART or NSM in *SECTION.
- rigidbodymass
- Mass in nodal rigid bodies. This is the mass transferred from deformable nodes to nodal rigid bodies. This includes the mass transfer of the lumped mass defined on deformable elements of the nodal rigid body.
- solvertpartmass
- For rigid parts:
- Structural mass + lumped mass + non-structural mass + mass transferred from deformable nodes (including lumped mass ; NSM applied on these nodes) + mass transferred from other rigid parts (merged)
- If PART_INERTIA is defined then the mass/COG/inertia are equal to the ones specified (if Iflag=1 in xtranodes or crb these are added too)
- structuralmass
- The summed structural mass of the elements in the component.
- totalmass
- Corresponds to distributedmass + lumpedmass + nonstructuralmass + rigidbodymass + structuralmass + transferredmass
- transferredmass
- This is the mass transferred from deformable nodes to rigid materials. This includes lumped mass transfer from rigid or deformable nodes to the rigid materials.
Radioss Specific Data Names
The following data names are only available for Radioss, or have specific behavior for Radioss.
- distributedmass
- This is the mass distributed from rigid bodies to free nodes.
- engineeringmass
- Corresponds to structuralmass + lumpedmass - transferredmass.
- lumpedmass
- The summed lumped mass.
- rigidbodymass
- The rigid bodies mass. This is the mass transferred from deformable nodes to rigid bodies. This includes the mass transfer of the lumped mass defined on deformable elements of the rigid body.
- solverkeyword
- The name of the solver keyword.
- solvertpartmass
- The mass given by the solver.
- totalmass
- Corresponds to distributedmass + lumpedmass + rigidbodymass + structuralmass
Version History
2019 - Added new data names distributedmass, engineeringmass, lumpedmass, mass, nonstructuralmass, rigidbodymass, solverpartmass, structuralmass, totalmass and transferredmass.
2020 - Added new data name color_rgb.
2020.1 - Added new data name solverkeyword.
2021.1 - Added new data names moduleid, poolid, poolname, and solver_id.
2021.2 - Added new data names internalname and solvername.