My Project
|
Implements a "tailor-made" fluid state class for the black-oil model. More...
#include <opm/material/fluidsystems/BlackOilFluidSystem.hpp>
#include <opm/material/common/HasMemberGeneratorMacros.hpp>
#include <opm/material/common/Valgrind.hpp>
#include <opm/material/common/ConditionalStorage.hpp>
Go to the source code of this file.
Classes | |
class | Opm::BlackOilFluidState< ScalarT, FluidSystem, enableTemperature, enableEnergy, enableDissolution, enableEvaporation, enableBrine, enableSaltPrecipitation, numStoragePhases > |
Implements a "tailor-made" fluid state class for the black-oil model. More... | |
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.