Data Structure: Part_nodal_data |
|
Description |
Nodes and coordinates for each part_geometry_set |
Usage |
Part_nodal_data NUM=ival where ival is the data structure number |
Description |
Overview The Part_nodal_data structure stores the node numbers and nodal coordinates for a Part_geometry_set. A Part_geometry_set is a group of geometry entities that do not form part of the model domain. They are used to define boundary conditions e.g. see Prescribed_boundary_data
Notes •One Part_nodal_data structure is defined for each Part_geometry_set
|
Nodes List of node numbers for part geometry |
Usage |
|||||||||||||||
|
|||||||||||||||
Description |
|||||||||||||||
List of node numbers for the part geometry. The node numbering is "local" to the part geometry and can therefore begin from 1 in all Part_geometry_sets.
|
Coordinates List of nodal coordinates for part geometry |
Usage |
|||||||||||||||
|
|||||||||||||||
Description |
|||||||||||||||
List of nodal coordinates corresponding to the Nodes list (in the same order).
|