Fluid states represent the thermodynamic configuration of a system.
More...
A fluid state always provides access methods to all thermodynamic quantities, but the concept of a fluid state does not mandate what assumptions are made to store these thermodynamic quantities. Not that fluid states do not make sure that the thermodynamic state which they represent is physically possible, they simply store the variables specified.
|
file | adapter.hh |
| Adapter class for fluid states with different indices.
|
|
file | compositional.hh |
| Represents all relevant thermodynamic quantities of a multi-phase, multi-component fluid system assuming thermodynamic equilibrium.
|
|
file | immiscible.hh |
| Represents all relevant thermodynamic quantities of a multi-phase fluid system assuming immiscibility and thermodynamic equilibrium.
|
|
file | isothermalimmiscible.hh |
| Represents all relevant thermodynamic quantities of a isothermal immiscible multi-phase fluid system.
|
|
file | nonequilibrium.hh |
| Represents all relevant thermodynamic quantities of a multi-phase, multi-component fluid system without using any assumptions.
|
|
file | nonequilibriummass.hh |
| Represents all relevant thermodynamic quantities of a multi-phase, multi-component fluid system without using any assumptions.
|
|
file | pressureoverlay.hh |
| This is a fluid state which allows to set the fluid pressures and takes all other quantities from an other fluid state.
|
|
file | pseudo1p2c.hh |
| Calculates phase state for a single phase but two-component state.
|
|
file | saturationoverlay.hh |
| This is a fluid state which allows to set the fluid saturations and takes all other quantities from an other fluid state.
|
|
file | temperatureoverlay.hh |
| This is a fluid state which allows to set the fluid temperatures and takes all other quantities from an other fluid state.
|
|
|
class | Dumux::FluidStateAdapter< FluidState, AdapterPolicy > |
| Adapter class for fluid states with different indices. More...
|
|
class | Dumux::CompositionalFluidState< ScalarType, FluidSystem > |
| Represents all relevant thermodynamic quantities of a multi-phase, multi-component fluid system assuming thermodynamic equilibrium. More...
|
|
class | Dumux::ImmiscibleFluidState< ScalarType, FluidSystem > |
| Represents all relevant thermodynamic quantities of a multi-phase fluid system assuming immiscibility and thermodynamic equilibrium. More...
|
|
class | Dumux::IsothermalImmiscibleFluidState< ScalarType, FluidSystem > |
| Represents all relevant thermodynamic quantities of a multi-phase fluid system assuming immiscibility and thermodynamic equilibrium. More...
|
|
class | Dumux::NonEquilibriumFluidState< ScalarType, FluidSystem > |
| Represents all relevant thermodynamic quantities of a multi-phase, multi-component fluid system without using any assumptions. More...
|
|
class | Dumux::NonEquilibriumMassFluidState< ScalarType, FluidSystem > |
| Represents all relevant thermodynamic quantities of a multi-phase, multi-component fluid system. More...
|
|
class | Dumux::PressureOverlayFluidState< FluidState > |
| This is a fluid state which allows to set the fluid pressures and takes all other quantities from an other fluid state. More...
|
|
class | Dumux::PseudoOnePTwoCFluidState< ScalarType, FluidSystem > |
| Container for compositional variables in a 1p2c situation. More...
|
|
class | Dumux::SaturationOverlayFluidState< FluidState > |
| This is a fluid state which allows to set the fluid saturations and takes all other quantities from an other fluid state. More...
|
|
class | Dumux::TemperatureOverlayFluidState< FluidState > |
| This is a fluid state which allows to set the fluid temperatures and takes all other quantities from an other fluid state. More...
|
|
◆ FluidStateAdapter()
template<class FluidState , class AdapterPolicy >
- Parameters
-
fluidState | the fluid state to be wrapped |