Inputs for Initial Conditions
Input of initial conditions are through keywords “INCON”, “INDOM” or “PARAM” at record PARAM.4. Users can also provide initial conditions through the file “INCON”. TOUGH4 may allow different parameters as the initial conditions. No matter which set of parameters are used as the initial conditions, they must be consistent for the inputs with different keywords or the input file. Default initial conditions are always the primary variables.
User may specify initial condition input formatting through defining initCType in input data record MODDE.1 or command line –i <parameter>. Each module may have its specific value for initCType. Several initCType values are shared by all the EOS modules:
initCType =
“1LINE” initial condition input for each element is in 1 line.
“2LINES” initial condition input for each element is in 2 lines.
“3LINES” initial condition input for each element is in 3 lines.
“4LINES” initial condition input for each element is in 4 lines.
“FMnLabcd...” initial condition input through a special transformation.
In “FMnLabcd...”, where "FM" is the indicator of the special transformation input; nL specifies the lines to be read for each element, can be 1L, 2L, 3L, or 4L; abcd..... represents primary variable 1,2,3 ,4 are located in the INCON file data number a, b, c, d, ......, for each element respectively. For example:
A INCON has following format:
A00001
Pg, Sg/Xg1, Xg2, Xg3, Xbr, xtr1, xtr2, Temperature
In current simulation, brine and tracer 2 are excluded from the model. The input of initial condition for element A00001 must be:
A00001
Pg, Sg/Xg1, Xg2, Xg3, xtr1, Temperature
If the INCON file is used for current simulation, initCType must have a value "FM1L123468".
If current simulation will include a new gas (gas 4) and its mass fractions are all initialized as 0.0 (primary variables: Pg, Sg/Xg1, Xg2, Xg3, Xg4, xtr1, Temperature) , the initCType must have a value "FM1234068"
The initial conditions of different EOS modules are summarized below. The maximum number of tracers or salts is 5. The following discussion covers a smaller number of tracers or salts, but it applies to any number of them.
Last updated