SimpleModularFluidState.hpp File Reference

Represents all relevant thermodynamic quantities of a multi-phase, multi-component fluid system assuming thermodynamic equilibrium. More...

Include dependency graph for SimpleModularFluidState.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Opm::SimpleModularFluidState< ScalarT, numPhasesV, numComponentsV, FluidSystem, storePressure, storeTemperature, storeComposition, storeFugacity, storeSaturation, storeDensity, storeViscosity, storeEnthalpy >
 Represents all relevant thermodynamic quantities of a multi-phase, multi-component fluid system assuming thermodynamic equilibrium. More...
 

Namespaces

 Opm
 

Macros

#define OPM_SMFS
 

Detailed Description

Represents all relevant thermodynamic quantities of a multi-phase, multi-component fluid system assuming thermodynamic equilibrium.

This class uses simpler and slightly less flexible template parameters as ModularFluidState. Except for this, it is identical.

Macro Definition Documentation

#define OPM_SMFS
Value:
SimpleModularFluidState<ScalarT, \
numPhasesV, \
numComponentsV, \
FluidSystem, \
storePressure, \
storeTemperature, \
storeComposition, \
storeFugacity, \
storeSaturation, \
storeDensity, \
storeViscosity, \
storeEnthalpy>