MODDE
Last updated
Last updated
MODDE introduces model design parameters.
Record MODDE.1
Free format for 3 parameters
ModuleName, InitCType, EOSTypeS
ModuleNam name of the EOS module will be run.
InitCType the type of initial conditions. If not present, default type will be used. See Section "" for the initial condition type definition. If the default type initial condition is used, users may input "2LINES", "3LINES", or "4LINES" as the type indicating the initial conditions for each element will be read in 2, 3 or 4 lines.
EoSTypeS selection of the cubic EOS equation: PR, RK, or SRK, default is PR (for EOS7 and EWASG only).
Record MODDE.2
Free format for 1 parameter
ElemNameLength
ElemNameLength length of element name, can be 3-10, default length is 5 characters.
Record MODDE.3
Free format for 5 bool type data
n_isoth, af_diff, hBSW, hWBM, r2PH
n_isoth simulation in non-isothermal condition, TRUE or FALSE
af_diff accounting for diffusion in the simulation, TRUE or FALSE.
hBSW Including brine (EOS7), salt (ECO2) or second water (EOS1) in the simulation, TRUE or FALSE (Default=TRUE).
hWBM Including wellbore model in the simulation, TRUE or FALSE (Default=FALSE).
r2PH Running ECO2 simulation in 2 phases (treat both gas and supercritical CO2 as “gas”, Default=3 phases). TRUE or FALSE.
The keyword “MODDE” provides data block that reads the basic parameters for the model setup. If “MODDE” is present, it is suggested placing this keyword in front of most other keywords. If keyword “MULTI” is present, but no “MODDE”, the non_isoth and af_diff will be assigned based on inputs of “MULTI”. If keyword “MULTI” and “MODDE” both exist, please make sure they are consistent and place “MODDE” after “MULTI”. If MODDE" exists, "MULTI" is not required.
Used in: All EOS modules
Example:
MODDE
ECO2, ECO2M, // run ECO2 module, read ECO2M input file for initial condition
5 // length of gridblock name
true; false; true; true; true // use semicolon as separator is also allowed.
// nonisothermal, no diffusion, including brine, wellbore simulation is on, in 2 phases