OpenCAEPoro
v0.5.0
A simulator for multicomponent porous media flow
|
RockParam class contains information about the keyword ROCK. More...
#include <ParamReservoir.hpp>
Public Attributes | |
string | type {"LINEAR"} |
LINEAR or EXPONENT for porosity model. | |
OCP_DBL | Pref {14.7} |
Reference pressure at initial porosity. | |
OCP_DBL | Tref {60} |
Reference temperature at initial porosity. | |
OCP_DBL | cp1 {3.406E-6} |
Compressibility factor of rock in reservoir. | |
OCP_DBL | cp2 {0} |
2 order Compressibility factor of rock in reservoir. | |
OCP_DBL | ct {0} |
Expansion factor of rock in reservoir, ifThermal only. | |
OCP_DBL | cpt {0} |
cross items, ifThermal only | |
OCP_BOOL | ConstRock {OCP_TRUE} |
OCP_DBL | HCP1 {35} |
coefficients of the rock enthalpy formula, Btu/ft^3 - F | |
OCP_DBL | HCP2 {0} |
coefficients of the rock enthalpy formula, Btu/ft^3 - F | |
RockParam class contains information about the keyword ROCK.
Definition at line 60 of file ParamReservoir.hpp.
OCP_BOOL RockParam::ConstRock {OCP_TRUE} |
if true, rock volume remains const, else, bulk volume remains const
Definition at line 70 of file ParamReservoir.hpp.