53#ifndef DUMUX_NONISOTHERMAL_MODEL_HH
54#define DUMUX_NONISOTHERMAL_MODEL_HH
68template<
class IsothermalT,
class TDM =
void>
static constexpr int numEq()
Definition porousmediumflow/1p/model.hh:68
OnePIndices<> Indices
Per default, we use the indices without offset.
Definition porousmediumflow/1p/model.hh:66
Indices for the non-isothermal two-phase two-component model.
Definition porousmediumflow/nonisothermal/indices.hh:39
Specifies a number properties of non-isothermal porous medium flow models based on the specifics of a...
Definition porousmediumflow/nonisothermal/model.hh:70
static constexpr int numEq()
We solve for one more equation, i.e. the energy balance.
Definition porousmediumflow/nonisothermal/model.hh:78
OnePModelTraits IsothermalTraits
Definition porousmediumflow/nonisothermal/model.hh:72
static constexpr bool enableEnergyBalance()
We additionally solve for the equation balance.
Definition porousmediumflow/nonisothermal/model.hh:82
void ThermalDispersionModel
Definition porousmediumflow/nonisothermal/model.hh:75
EnergyIndices< typename IsothermalTraits::Indices, numEq()> Indices
Definition porousmediumflow/nonisothermal/model.hh:84
static constexpr int numEnergyEq()
only one energy equation is needed when assuming thermal equilibrium
Definition porousmediumflow/nonisothermal/model.hh:80
Defines the indices used by the non-isothermal two-phase two-component model.