opm/material/fluidsystems/BlackOilFluidSystem.hpp File Reference

#include "blackoilpvt/OilPvtMultiplexer.hpp"
#include "blackoilpvt/GasPvtMultiplexer.hpp"
#include "blackoilpvt/WaterPvtMultiplexer.hpp"
#include <opm/material/fluidsystems/BaseFluidSystem.hpp>
#include <opm/material/Constants.hpp>
#include <opm/material/common/MathToolbox.hpp>
#include <opm/common/Valgrind.hpp>
#include <opm/material/common/HasMemberGeneratorMacros.hpp>
#include <opm/common/Exceptions.hpp>
#include <opm/common/ErrorMacros.hpp>
#include <memory>
#include <vector>
#include <array>

Go to the source code of this file.

Classes

class  Opm::FluidSystems::BlackOil< Scalar >
 A fluid system which uses the black-oil model assumptions to calculate termodynamically meaningful quantities. More...
struct  Opm::FluidSystems::BlackOil< Scalar >::ParameterCache< EvaluationT >

Functions

 Opm::BlackOil::OPM_GENERATE_HAS_MEMBER (Rs,) OPM_GENERATE_HAS_MEMBER(Rv
template<class FluidSystem , class LhsEval , class FluidState >
LhsEval Opm::BlackOil::getRs_ (typename std::enable_if<!HasMember_Rs< FluidState >::value, const FluidState & >::type fluidState, unsigned regionIdx)
template<class FluidSystem , class LhsEval , class FluidState >
auto Opm::BlackOil::getRs_ (typename std::enable_if< HasMember_Rs< FluidState >::value, const FluidState & >::type fluidState, unsigned regionIdx OPM_UNUSED)-> decltype(Opm
template<class FluidSystem , class LhsEval , class FluidState >
LhsEval Opm::BlackOil::getRv_ (typename std::enable_if<!HasMember_Rv< FluidState >::value, const FluidState & >::type fluidState, unsigned regionIdx)
template<class FluidSystem , class LhsEval , class FluidState >
auto Opm::BlackOil::getRv_ (typename std::enable_if< HasMember_Rv< FluidState >::value, const FluidState & >::type fluidState, unsigned regionIdx OPM_UNUSED)-> decltype(Opm

Detailed Description

A fluid system which uses the black-oil model assumptions to calculate termodynamically meaningful quantities.

Template Parameters:
Scalar The type used for scalar floating point values


Generated on 25 Mar 2018 by  doxygen 1.6.1