Auxiliary routines that to solve the ODEs that emerge from the hydrostatic equilibrium problem.
More...
|
| template<class FluidSystem , class MaterialLawManager > |
| FluidSystem::Scalar | Opm::EQUIL::minSaturations (const MaterialLawManager &materialLawManager, const int phase, const int cell) |
| |
| template<class FluidSystem , class MaterialLawManager > |
| FluidSystem::Scalar | Opm::EQUIL::maxSaturations (const MaterialLawManager &materialLawManager, const int phase, const int cell) |
| |
| template<class FluidSystem , class MaterialLawManager > |
| FluidSystem::Scalar | Opm::EQUIL::satFromPc (const MaterialLawManager &materialLawManager, const int phase, const int cell, const typename FluidSystem::Scalar targetPc, const bool increasing=false) |
| |
| template<class FluidSystem , class MaterialLawManager > |
| FluidSystem::Scalar | Opm::EQUIL::satFromSumOfPcs (const MaterialLawManager &materialLawManager, const int phase1, const int phase2, const int cell, const typename FluidSystem::Scalar targetPc) |
| |
| template<class FluidSystem , class MaterialLawManager > |
| FluidSystem::Scalar | Opm::EQUIL::satFromDepth (const MaterialLawManager &materialLawManager, const typename FluidSystem::Scalar cellDepth, const typename FluidSystem::Scalar contactDepth, const int phase, const int cell, const bool increasing=false) |
| | Compute saturation from depth. Used for constant capillary pressure function. More...
|
| |
| template<class FluidSystem , class MaterialLawManager > |
| bool | Opm::EQUIL::isConstPc (const MaterialLawManager &materialLawManager, const int phase, const int cell) |
| | Return true if capillary pressure function is constant. More...
|
| |
Auxiliary routines that to solve the ODEs that emerge from the hydrostatic equilibrium problem.