Data Structure: Util_create_hex_boundary |
|
Description |
Create boundary nodal list for a Hexahedral element mesh |
Usage |
Util_create_hex_boundary NUM=ival where ival is the data structure number |
Description |
Overview The Util_create_hex_boundary can be used to create a geometry set containing all the nodes of the vertical side boundaries from a 3D hexahedral mesh. This facilitates assignment of boundary conditions in 3D hexahedral models including those with non-regular (ragged) boundaries.
|
File_name Output filename for ascii and .geo files |
Usage |
||||
|
||||
Description |
||||
Defines the output filename.
|
Geometry_set_name Name of the output geometry set |
Usage |
||||
|
||||
Description |
||||
Name of the output geometry set which will contain all the nodes on the boundary.
|
Boundary_type Defines the boundary type |
Usage |
||||
|
||||
Description |
||||
Describes the method used to define the boundary nodes. Valid options are: • 0 - Only output boundary nodes linked to horizon surfaces (Default) • 1 - Use facet normals to find nodes on all vertical boundary facets
|
Spatial_grid_name Defines the input spatial grid name |
Usage |
||||
|
||||
Description |
||||
Defines the input spatial grid name containing the element coordinate data in Spatial_grid_file_name .
|
Spatial_grid_file_name Defines the input spatial grid filename |
Usage |
||||
|
||||
Description |
||||
Defines the input spatial grid filename with .spat extension (default: Spatial_grid_name ).
|