Data Structure: pflotran_control_data |
|
Description |
Reservoir -> Parageo control dat structure |
Usage |
pflotran_control_data NUM=ival where ival is the data structure number |
Description |
Overview Pflotran_control_data defines control data for time step and output required to couple ParaGeo with Pflotran and Pflotran-OGS. When coupling ParaGeo with a reservoir simulator like Pflotran, generally only the reservoir and the most permeable formations (including permeable faults) will be solved by the reservoir simulator and consequently only those formations will existin the flow grid whereas the ParaGeo model geometry will generally consider all the formations in the overburden plus any underburden and side burden. Hence the data from Pflotran model grid will be mapped to the equivalent formations (groups) in ParaGeo.
|
Control_title Control data name |
Usage |
||||
|
||||
Description |
||||
Defines a name for the Control data / simulation stage (maximum 64 characters).
|
Target_number_timesteps The target number of time steps for each flow step |
Usage |
||||
|
||||
Description |
||||
The target number of time steps for each flow step (default 120). This parameter is in conjunction with Max_step_change_factor to set the target time step for the geomechanical field.
|
Initial_time Initial time for the analysis (default 0.0) |
Usage |
||||
|
||||
Description |
||||
Specifies that the simulation starts from a specific reference time. Generally Initial_time is not specified and is set to 0.0 by default
|
Initial_time_increment Initial increment size |
Usage |
||||
|
||||
Description |
||||
Initial increment size Δtinit(inc) in an incremental analysis. The default initial increment size is: Δtinit(inc)=0.05*tterm where tterm is the termination time for the control
|
Minimum_time_step Minimum time step that terminates the analysis |
Usage |
||||
|
||||
Description |
||||
Minimum time step below which the analysis is terminated. If the minimum allowable time step is not specified then the default value is 0.0; i.e. no termination based on time step size.
|
Factor_critical_time_step Factor of critical time step for computation of time step |
Usage |
||||
|
||||
Description |
||||
The dynamic solution algorithm is conditionally stable and the time step must be equal or below the critical value Δtcrit which is automatically computed. Practically, the critical time step can only be computed approximately and to ensure stability the time step is set to a factor times the critical value; i.e. Δtnext =fcritΔtcrit where fcrit is the Factor_critical_time_step.
Notes •The default values of the factor of critical time step is fcrit = 0.7 •In problems where contact surfaces are defined, lower values of Factor_critical_time_step may be required to ensure stability (e.g. 0.25)
|
Maximum_number_time_steps Maximum number of steps for control |
Usage |
||||
|
||||
Description |
||||
Defines the maximum number of steps, or increments, for the current control stage.
|
Termination_time Termination time for control |
Usage |
||||
|
||||
Description |
||||
Defines the termination time for the current control stage.
|
Duration The duration for the control step |
Usage |
||||
|
||||
Description |
||||
Defines the duration of the current control stage. If the duration is specified then the Termination time for control is automatically set to the current time + the duration.
|
Output_frequency_plotfile Output step frequency to plot file |
Usage |
||||
|
||||
Description |
||||
Defines the number of steps (or increments) between two consecutive outputs to plot file. If Output_frequency_plotfile is set to - 1 the output to plot file will be performed at the end of the current control stage.
|
Output_time_plotfile Output time frequency to plot file |
Usage |
||||
|
||||
Description |
||||
Defines the time between two consecutive outputs to plot file. If Output_time_plotfile is set to - 1 the output to plot file will be performed at the end of the current control stage.
|
Screen_message_frequency Output step frequency to screen data |
Usage |
||||
|
||||
Description |
||||
Defines the number of steps (or increments) between two consecutive outputs of screen data.
|
Screen_message_time Output time frequency to screen data |
Usage |
||||
|
||||
Description |
||||
Defines the time between two consecutive outputs of screen data.
|
Output_frequency_restart Output step frequency to restart file |
Usage |
||||
|
||||
Description |
||||
Defines the number of steps (or increments) between two consecutive restart file outputs (in other words, it defines the frequency in number of steps for update of the ModelName.rst file). If Output_frequency_restart is set to a value of - 1 a restart file for the end of the current control stage will be created with name ModelName_stage_No.rst , where No is the number of the current control stage within the analysis.
|
Output_time_restart Output time frequency to restart file |
Usage |
||||
|
||||
Description |
||||
Defines the time between two consecutive restart file outputs (in other words, defines the time needed for each update in the ModelName.rst file). If Output_time_restart is set to a value of - 1 a restart file for the end of the current control stage will be created with name ModelName_stage_No.rst , where No is the number of the current control stage within the analysis.
|
Start_date Start time and date for simulation |
Usage |
||||
|
||||
Description |
||||
Simulation start time in format: "dd-mmm-yyy hh:mm:ss"
|
Production_Start_date Start time and date for production |
Usage |
||||
|
||||
Description |
||||
Start date for two-way couplingin format: "dd-mmm-yyy hh:mm:ss". By default the production start date is defined by the Start_date
|
Production_Start_time Production Start time |
Usage |
||||
|
||||
Description |
||||
Start time for two-way coupling in days. By default the production start time is defined by the Start_date or Production_start_date if specified
Notes •if Production_Start_date is specified then Start_date must also be specified
|
Output_dates List of output dates |
Usage |
|||||||||||||||
|
|||||||||||||||
Description |
|||||||||||||||
list of output date/times in format: "dd-mmm-yyy hh:mm:ss"
|
Output_times List of output dates |
Usage |
|||||||||||||||
|
|||||||||||||||
Description |
|||||||||||||||
List of output times relative to the start time in days. If Output_dates are specified in addition to Start_date Output_times will be automatrically constructed.
|
Ixf_filename IXF file name for simulation |
Usage |
||||
|
||||
Description |
||||
IXF file name for simulation. If specified than the start and output dates will be read from the file
|