14#ifndef DUMUX_NONEQUILIBRIUM_MASS_FLUID_STATE_HH 
   15#define DUMUX_NONEQUILIBRIUM_MASS_FLUID_STATE_HH 
   17#include <dune/common/exceptions.hh> 
   31template <
class ScalarType, 
class Flu
idSystem>
 
   37    static constexpr int numPhases = FluidSystem::numPhases;
 
   43    using ParentType::ParentType;
 
   57    { 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...
Definition nonequilibrium.hh:31
void setTemperature(int phaseIdx, Scalar value)
Set the temperature  of a fluid phase.
Definition nonequilibrium.hh:237
Represents all relevant thermodynamic quantities of a multi-phase, multi-component fluid system.
Definition nonequilibriummass.hh:34
void setTemperature(const int phaseIdx, const Scalar value)
Set the temperature  of a fluid phase.
Definition nonequilibriummass.hh:56
ScalarType Scalar
export the scalar type
Definition nonequilibriummass.hh:41
static constexpr int numPhases
Definition nonequilibriummass.hh:37
static constexpr int numComponents
Definition nonequilibriummass.hh:38
Represents all relevant thermodynamic quantities of a multi-phase, multi-component fluid system witho...