My Project
|
A fluid system which uses the black-oil model assumptions to calculate termodynamically meaningful quantities. More...
#include "BlackOilDefaultIndexTraits.hpp"
#include "blackoilpvt/OilPvtMultiplexer.hpp"
#include "blackoilpvt/GasPvtMultiplexer.hpp"
#include "blackoilpvt/WaterPvtMultiplexer.hpp"
#include "blackoilpvt/BrineCo2Pvt.hpp"
#include <opm/material/fluidsystems/BaseFluidSystem.hpp>
#include <opm/material/Constants.hpp>
#include <opm/material/common/MathToolbox.hpp>
#include <opm/material/common/Valgrind.hpp>
#include <opm/material/common/HasMemberGeneratorMacros.hpp>
#include <opm/material/common/Exceptions.hpp>
#include <memory>
#include <vector>
#include <array>
Go to the source code of this file.
Classes | |
class | Opm::BlackOilFluidSystem< Scalar, IndexTraits > |
A fluid system which uses the black-oil model assumptions to calculate termodynamically meaningful quantities. More... | |
struct | Opm::BlackOilFluidSystem< Scalar, IndexTraits >::ParameterCache< EvaluationT > |
The type of the fluid system's parameter cache. More... | |
A fluid system which uses the black-oil model assumptions to calculate termodynamically meaningful quantities.
Scalar | The type used for scalar floating point values |