|
My Project
|
Type that implements "no phase mixing" policy. More...
#include <EquilibrationHelpers.hpp>
Public Member Functions | |
| Scalar | operator() (const Scalar, const Scalar, const Scalar, const Scalar=0.0) const override |
| Function call. | |
Type that implements "no phase mixing" policy.
|
inlineoverridevirtual |
Function call.
| [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. In "no mixing
policy", this is identically zero. Implements Opm::EQUIL::Miscibility::RsFunction< Scalar >.