Base class for phase mixing functions. More...
#include <EquilibrationHelpers.hpp>
Public Member Functions | |
virtual double | operator() (const double depth, const double press, const double temp, const double sat=0.0) const =0 |
Function call operator. More... | |
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::RvSatAtContact, Opm::EQUIL::Miscibility::RsSatAtContact, Opm::EQUIL::Miscibility::RvVD, Opm::EQUIL::Miscibility::RsVD, and Opm::EQUIL::Miscibility::NoMixing.