My Project
|
Represents all relevant thermodynamic quantities of a multi-phase, multi-component fluid system assuming thermodynamic equilibrium. More...
#include "FluidStatePressureModules.hpp"
#include "FluidStateTemperatureModules.hpp"
#include "FluidStateCompositionModules.hpp"
#include "FluidStateFugacityModules.hpp"
#include "FluidStateSaturationModules.hpp"
#include "FluidStateDensityModules.hpp"
#include "FluidStateViscosityModules.hpp"
#include "FluidStateEnthalpyModules.hpp"
#include <opm/material/common/Valgrind.hpp>
#include <algorithm>
Go to the source code of this file.
Classes | |
class | Opm::ModularFluidState< ScalarT, numPhasesV, numComponentsV, PressureModule, TemperatureModule, CompositionModule, FugacityModule, SaturationModule, DensityModule, ViscosityModule, EnthalpyModule > |
Represents all relevant thermodynamic quantities of a multi-phase, multi-component fluid system assuming thermodynamic equilibrium. More... | |
Namespaces | |
namespace | Opm |
This class implements a small container which holds the transmissibility mulitpliers for all the faces in the grid. | |
Represents all relevant thermodynamic quantities of a multi-phase, multi-component fluid system assuming thermodynamic equilibrium.
This class uses a modular approach which results in storing only a set of requested thermodynamic quantities.