Data Structure: Parameterised_boundary |
|
Description |
data structure |
Usage |
Parameterised_boundary NUM=ival where ival is the data structure number |
Description |
Overview The Parameterised_boundary data structure may be used to define parameterized boundary conditions for associated geometry sets (or alternatively spatial grids if used). This allows a non-constant value to be prescribed on the boundary condition (e.g. a displacement on a boundary may be applied with a linear distribution or a quadratic function). The number of parameters required to define the boundary condition will depend on the distribution type (i.e. 1,2 or 3 for constant, linear and quadratic distributions respectively). When using the optimisation workflow for optimising boundary conditions (e.g. optimising boundary displacements to match a target stress state at various (well) locations on the domain) the data structure is left blank in the template datafile and the data will be automatically populated for every model generated.
|
Name Name of Parameterised_boundary dataset |
Usage |
||||
|
||||
Description |
||||
Name of Parameterised_boundary dataset (Maximum characters 32).
|
Geometry_set Name of geometry set |
Usage |
||||
|
||||
Description |
||||
Name of associated geometry set (Maximum characters 32).
|
Spatial_grid Name of spatial grid (Optional) |
Usage |
||||
|
||||
Description |
||||
Name of associated spatial grid (Maximum characters 32). Usage is optional.
|
Distribution_axis Distribution axis |
Usage |
||||
|
||||
Description |
||||
Distribution axis for the interpolation. Valid values are: •0 - Distribute along XYZ-axis, first value at (Xmin,Ymin) last value at (Xmax,Ymax) (Default) •1 - Distribute along X-axis, first value at (Xmin,Ymin), last value at Xmax •2 - Distribute along Y-axis, first value at (Xmin,Ymin), last value at Ymax •3 - Distribute along Z-axis, first value at (Xmin,Ymin), last value at Zmax |
Prescribed_values Values of prescribed parameters |
Usage |
|||||||||||||||
|
|||||||||||||||
Description |
|||||||||||||||
Value for the prescribed displacement to the associated geometry set/apatial grid. The number of values to be input depends on the type of boundary displacement distribution. Valid displacement types are: •Constant - 1 parameter •Linear - 2 parameters •Quadratic - 3 parameters
|