|
opm-simulators
|
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. |
| [in] | sat | Saturation at which to calculate RS value. |
depth and pressure press. Implemented in Opm::EQUIL::Miscibility::NoMixing< Scalar >.