Data Structure: Nodal_depth_data |
|
Description |
The nodal depth data structure for the Geomechanical field |
Usage |
Nodal_depth_data NUM=ival where ival is the data structure number |
Description |
Overview Data structure defining the depth of each node in the problem
|
Active_flag Depth update active flag |
Usage |
||||
|
||||
Description |
||||
Flag that defines whether the depth update is active. Generally not required as it is set by default. Valid values are: •-1 - Deactivate and remove if defined •0 - Not defined •1 - Defined and active
|
Update_type Flag denote that depth should be computed |
Usage |
||||
|
||||
Description |
||||
Flag that denotes that depth should be computed. Valid values are: •0 - do not compute and update depth •1 - Compute depth during initialisation only (default) •2 - Update depth for initialiation and plotting •3 - Update depth periodically |
Update_frequency Frequency of the depth update |
Usage |
||||
|
||||
Description |
||||
Frequency of the depth update. The default values are: •Single field problem with the geomechanical field active (every 100 steps) •Coupled problem with the geomechanical field active (every coupling step)
Notes •For coupled problems the update frequency corresponds to the coupled step frequency. If depth updates within each coupling time step are required this can be set using Geomechanical_update_frequency •For single field problems with the geomechanical field active default is set to every 100 steps •If a value of -1 is specified then the depth will only be computed when output is required
|
Geomechanical_update_frequency Frequency of the update in the geomechanical field |
Usage |
||||
|
||||
Description |
||||
Frequency of the update in the geomechanical field. The default values are: •Single field problem with the geomechanical field active (every 100 steps) •Coupled problem with the geomechanical field active (every coupling step)
Notes •For a single field problem with the geomechanical field active Geomechanical_update_frequency and Update_frequency can be used interchangeably.
|