|
|
template<class FluidState> |
| OPM_HOST_DEVICE unsigned | Opm::getPvtRegionIndex_ (typename std::enable_if< HasMember_pvtRegionIndex< FluidState >::value, const FluidState & >::type fluidState) |
|
template<class FluidState> |
| OPM_HOST_DEVICE unsigned | Opm::getPvtRegionIndex_ (typename std::enable_if<!HasMember_pvtRegionIndex< FluidState >::value, const FluidState & >::type) |
|
template<class FluidSystem, class FluidState, class LhsEval> |
| OPM_HOST_DEVICE auto | Opm::getInvB_ (typename std::enable_if< HasMember_invB< FluidState >::value, const FluidState & >::type fluidState, unsigned phaseIdx, unsigned, const FluidSystem &fluidSystem=FluidSystem{}) -> decltype(decay< LhsEval >(fluidState.invB(phaseIdx))) |
|
template<class FluidSystem, class FluidState, class LhsEval> |
| OPM_HOST_DEVICE LhsEval | Opm::getInvB_ (typename std::enable_if<!HasMember_invB< FluidState >::value, const FluidState & >::type fluidState, unsigned phaseIdx, unsigned pvtRegionIdx, const FluidSystem &fluidSystem=FluidSystem{}) |
|
template<class FluidState> |
| OPM_HOST_DEVICE auto | Opm::getSaltConcentration_ (typename std::enable_if< HasMember_saltConcentration< FluidState >::value, const FluidState & >::type fluidState) |
|
template<class FluidState> |
| OPM_HOST_DEVICE auto | Opm::getSaltConcentration_ (typename std::enable_if<!HasMember_saltConcentration< FluidState >::value, const FluidState & >::type) |
|
template<class FluidState> |
| OPM_HOST_DEVICE auto | Opm::getSaltSaturation_ (typename std::enable_if< HasMember_saltSaturation< FluidState >::value, const FluidState & >::type fluidState) |
|
template<class FluidState> |
| OPM_HOST_DEVICE auto | Opm::getSaltSaturation_ (typename std::enable_if<!HasMember_saltSaturation< FluidState >::value, const FluidState & >::type) |
|
template<class FluidState> |
| OPM_HOST_DEVICE auto | Opm::getSolventSaturation_ (typename std::enable_if< HasMember_solventSaturation< FluidState >::value, const FluidState & >::type fluidState) |
|
template<class FluidState> |
| OPM_HOST_DEVICE auto | Opm::getSolventSaturation_ (typename std::enable_if<!HasMember_solventSaturation< FluidState >::value, const FluidState & >::type) |
Implements a "tailor-made" fluid state class for the black-oil model.
I.e., it uses exactly the same quantities which are used by the ECL blackoil model. Further quantities are computed "on the fly" and are accessing them is thus relatively slow.