MixtureBO class declaration.
const USI BLKOIL
Mixture model = black-oil.
const OCP_DBL GRAVITY_FACTOR
0.00694444 ft2 psi / lb
const OCP_DBL RHOW_STD
Water density in lb / ft3.
const OCP_DBL RHOAIR_STD
Air density in lb / ft3.
OCP_DBL std_GammaO
std_RhoO * gravity factor.
OCP_DBL std_RhoW
mass density of water phase in standard condition.
OCP_DBL std_RhoG
mass density of gas phase in standard condition.
OCP_DBL std_RhoO
< others.
OCP_DBL std_GammaW
std_RhoW * gravity factor.
OCP_DBL std_GammaG
std_RhoG * gravity factor.
USI numCom
num of components.
USI numPhase
num of phases.
void Allocate()
Allocate memory for common variables for basic class.
USI numPhase
Number of phases.
Type_A_r< OCP_DBL > density
Density of oil, water, gas in standard conditions.
USI numCom
Number of components(hydrocarbon components), used in Compositional Model when input.
Type_A_r< OCP_DBL > gravity
Gravity of oil, water, gas in standard conditions.
vector< T > data
Data of param.
bool activity
If false, this param is not given.