26#ifndef DUMUX_NONEQUILIBRIUM_MASS_FLUID_STATE_HH
27#define DUMUX_NONEQUILIBRIUM_MASS_FLUID_STATE_HH
29#include <dune/common/exceptions.hh>
43template <
class ScalarType,
class Flu
idSystem>
49 static constexpr int numPhases = FluidSystem::numPhases;
55 using ParentType::ParentType;
69 { DUNE_THROW(Dune::NotImplemented,
"This is a fluidstate for *chemical* non-equilibrium, not thermal!"); }
Represents all relevant thermodynamic quantities of a multi-phase, multi-component fluid system witho...
Adaption of the non-isothermal two-phase two-component flow model to problems with CO2.
Definition: adapt.hh:29
Represents all relevant thermodynamic quantities of a multi-phase, multi-component fluid system witho...
Definition: nonequilibrium.hh:43
ScalarType Scalar
export the scalar type
Definition: nonequilibrium.hh:49
void setTemperature(int phaseIdx, Scalar value)
Set the temperature of a fluid phase.
Definition: nonequilibrium.hh:249
Represents all relevant thermodynamic quantities of a multi-phase, multi-component fluid system.
Definition: nonequilibriummass.hh:46
void setTemperature(const int phaseIdx, const Scalar value)
Set the temperature of a fluid phase.
Definition: nonequilibriummass.hh:68
static constexpr int numPhases
Definition: nonequilibriummass.hh:49
static constexpr int numComponents
Definition: nonequilibriummass.hh:50