25#ifndef DUMUX_NONEQUILIBRIUM_INDICES_HH
26#define DUMUX_NONEQUILIBRIUM_INDICES_HH
34template <
class EquilibriumIndices,
int numEnergyEqFlu
id,
int numEnergyEqSol
id,
int numEq>
42 static constexpr unsigned int temperature0Idx = numEq - numEnergyEqFluid - numEnergyEqSolid;
56 static constexpr unsigned int energyEq0Idx = numEq - numEnergyEqFluid - numEnergyEqSolid;
The primary variable and equation indices for the MpNc model.
Definition: porousmediumflow/nonequilibrium/indices.hh:36
static constexpr unsigned int temperatureIdx
Compatibility with non kinetic models.
Definition: porousmediumflow/nonequilibrium/indices.hh:52
static constexpr unsigned int energyEqIdx
Compatibility with non kinetic models.
Definition: porousmediumflow/nonequilibrium/indices.hh:60
static constexpr unsigned int temperatureSolidIdx
Index for the temperature of the solid phase in a vector of primary variables.
Definition: porousmediumflow/nonequilibrium/indices.hh:48
static constexpr unsigned int temperature0Idx
Index for the temperature of the wetting phase in a vector of primary variables.
Definition: porousmediumflow/nonequilibrium/indices.hh:42
static constexpr unsigned int energyEq0Idx
Equation index of the energy equation.
Definition: porousmediumflow/nonequilibrium/indices.hh:56
static constexpr unsigned int energyEqSolidIdx
Equation index of the energy equation.
Definition: porousmediumflow/nonequilibrium/indices.hh:65