Data Structure: Geometry_boundary_move |
|
Description |
Defines data to Move boundary based on proximity |
Usage |
Geometry_boundary_move NUM=ival where ival is the data structure number |
Description |
Overview Defines data to move a model boundary by a prescribed distance, either extending or reducing the extent of the model. The movement operation is performed on the geometry so that subsequent to the operation the background mesh will be non-conforming and a meshing operation will be required when the model is used.
|
Geometry_set Name of geometry set defining boundary |
Usage |
||||
|
||||
Description |
||||
Name of geometry set defining boundary (Maximum of 32 characters)
|
Boundary_type Type ID defining boundary |
Usage |
||||
|
||||
Description |
||||
Type ID defining boundary. Valid boundary types are:
2-D Models • "west" - Left hand side boundary in 2D • "east" - Right hand side boundary in 2D • "base" - Base boundary of 2D model • "top" - Top boundary of 2D model
3-D Models • "west" - Boundary defined by negative XZ plane • "east" - Boundary defined by positive XZ plane • "south" - Boundary defined by negative YZ plane • "north" - Boundary defined by positive YZ plane • "base" - Base boundary of 3D model • "top" - Top boundary of 3D model
|
Movement_type Type of movement |
Usage |
||||
|
||||
Description |
||||
Type of movement to be applied to the boundary. Valid movement types are: • "Extend" - Extend the model at the specified boundary (Default) • "Shorten" - Shorten the model by removing a section adjacent to hte boundary (not implemented)
|
Movement_distance Magnitude of the boundary movement |
Usage |
||||
|
||||
Description |
||||
Magnitude of the boundary movement
|
Projection_type Type of projection if extending the boundary |
Usage |
||||
|
||||
Description |
||||
Type of projection if extending the boundary. Valid projection types are: • "Horizontal" - Extend the model with horizontal horizons (Side Boundaries only) • "Vertical" - Extend the model vertically (Top and bottom boundaries only) • "Project" - Extend the model by projecting the current horizons at the boundary (Default)
|
Output_level Defines output to the log file for the conversion process |
Usage |
||||
|
||||
Description |
||||
Defines output to the log file for the conversion process. Valid output levels are: • 0 - No data output to the .res file • 1 - Summary information output to .res file (Default) • 2 - Detailed information output to .res file
|