OpenCAEPoro
0.2.0 Sep/22/2022
A simulator for multicomponent porous media flow
|
#include <ParamOutput.hpp>
Public Attributes | |
bool | PRE {false} |
Pressure of grids. | |
bool | PGAS {false} |
Gas pressure of grids. | |
bool | PWAT {false} |
Water pressure of grids. | |
bool | SOIL {false} |
Oil saturation of grids. | |
bool | SGAS {false} |
Gas saturation of grids. | |
bool | SWAT {false} |
Water saturation of grids. | |
bool | DENO {false} |
Oil density of grids. | |
bool | DENG {false} |
Gas density of grids. | |
bool | DENW {false} |
Water density of grids. | |
bool | KRO {false} |
Oil relative permeability of grids. | |
bool | KRG {false} |
Gas relative permeability of grids. | |
bool | KRW {false} |
Water relative permeability of grids. | |
bool | BOIL {false} |
Oil reservoir molar densities of grids. | |
bool | BGAS {false} |
Gas reservoir molar densities of grids. | |
bool | BWAT {false} |
Water reservoir molar densities of grids. | |
bool | VOIL {false} |
Oil viscosity of grids. | |
bool | VGAS {false} |
Gas viscosity of grids. | |
bool | VWAT {false} |
Water viscosity of grids. | |
bool | XMF {false} |
liquid component mole fractions. | |
bool | YMF {false} |
gas component mole fractions. | |
bool | PCW {false} |
capilary pressure: Po - Pw. | |
OutputDetail is a part of ParamOutput, it's used to control the output of detailed information of reservoir. For example, pressure in every grid, due to excessive data volume, this option is usually used in Debug Model.
Definition at line 92 of file ParamOutput.hpp.