31#ifndef DUMUX_FREEFLOW_NAVIER_STOKES_ENERGY_MODEL_HH
32#define DUMUX_FREEFLOW_NAVIER_STOKES_ENERGY_MODEL_HH
45template<
class IsothermalT>
Indices for the non-isothermal Navier-Stokes model.
Definition freeflow/navierstokes/energy/indices.hh:26
Indices for the non-isothermal Navier-Stokes model.
Adds I/O fields specific to non-isothermal free-flow models.
Specifies a number properties of non-isothermal free-flow flow models based on the specifics of a giv...
Definition freeflow/navierstokes/energy/model.hh:47
IsothermalT IsothermalTraits
Export the isothermal model traits.
Definition freeflow/navierstokes/energy/model.hh:49
static constexpr int numEq()
We solve for one more equation, i.e. the energy balance.
Definition freeflow/navierstokes/energy/model.hh:52
NavierStokesEnergyIndices< typename IsothermalTraits::Indices, numEq()> Indices
the indices
Definition freeflow/navierstokes/energy/model.hh:58
static constexpr bool enableEnergyBalance()
We additionally solve for the equation balance.
Definition freeflow/navierstokes/energy/model.hh:55
static constexpr int numEq()
Definition freeflow/navierstokes/mass/1p/model.hh:65