My Project
|
Base class for phase mixing functions. More...
#include <EquilibrationHelpers.hpp>
Public Member Functions | |
virtual Scalar | operator() (const Scalar depth, const Scalar press, const Scalar temp, const Scalar sat=0.0) const =0 |
Function call operator. | |
Base class for phase mixing functions.
|
pure virtual |
Function call operator.
[in] | depth | Depth at which to calculate RS value. |
[in] | press | Pressure at which to calculate RS value. |
[in] | temp | Temperature at which to calculate RS value. |
depth
and pressure press
. Implemented in Opm::EQUIL::Miscibility::PBVD< FluidSystem >, Opm::EQUIL::Miscibility::PDVD< FluidSystem >, Opm::EQUIL::Miscibility::RsVD< FluidSystem >, Opm::EQUIL::Miscibility::RvVD< FluidSystem >, Opm::EQUIL::Miscibility::RvwVD< FluidSystem >, Opm::EQUIL::Miscibility::RsSatAtContact< FluidSystem >, Opm::EQUIL::Miscibility::RvSatAtContact< FluidSystem >, Opm::EQUIL::Miscibility::RvwSatAtContact< FluidSystem >, and Opm::EQUIL::Miscibility::NoMixing< Scalar >.