43#ifndef DUMUX_FREEFLOW_NAVIER_STOKES_ENERGY_MODEL_HH
44#define DUMUX_FREEFLOW_NAVIER_STOKES_ENERGY_MODEL_HH
57template<
class IsothermalT>
64 static constexpr int numEq() {
return IsothermalTraits::numEq()+1; }
Adaption of the non-isothermal two-phase two-component flow model to problems with CO2.
Definition: adapt.hh:29
Indices for the non-isothermal Navier-Stokes model.
Definition: freeflow/navierstokes/energy/indices.hh:38
Specifies a number properties of non-isothermal free-flow flow models based on the specifics of a giv...
Definition: freeflow/navierstokes/energy/model.hh:59
IsothermalT IsothermalTraits
Export the isothermal model traits.
Definition: freeflow/navierstokes/energy/model.hh:61
static constexpr int numEq()
We solve for one more equation, i.e. the energy balance.
Definition: freeflow/navierstokes/energy/model.hh:64
static constexpr bool enableEnergyBalance()
We additionally solve for the equation balance.
Definition: freeflow/navierstokes/energy/model.hh:67
Adds I/O fields specific to the tracer model.
Defines the primary variable and equation indices used by the isothermal tracer model.