template<class EquilibriumIndices, int numEnergyEqFluid, int numEnergyEqSolid, int numEq>
class Dumux::NonEquilbriumIndices< EquilibriumIndices, numEnergyEqFluid, numEnergyEqSolid, numEq >
The primary variable and equation indices for the MpNc model.
|
| static constexpr unsigned int | temperature0Idx = numEq - numEnergyEqFluid - numEnergyEqSolid |
| | Index for the temperature of the wetting phase in a vector of primary variables. More...
|
| |
| static constexpr unsigned int | temperatureSolidIdx = numEq - numEnergyEqSolid |
| | Index for the temperature of the solid phase in a vector of primary variables. More...
|
| |
| static constexpr unsigned int | temperatureIdx = temperature0Idx |
| | Compatibility with non kinetic models. More...
|
| |
| static constexpr unsigned int | energyEq0Idx = numEq - numEnergyEqFluid - numEnergyEqSolid |
| | Equation index of the energy equation. More...
|
| |
| static constexpr unsigned int | energyEqIdx = energyEq0Idx |
| | Compatibility with non kinetic models. More...
|
| |
| static constexpr unsigned int | energyEqSolidIdx = numEq - numEnergyEqSolid |
| | Equation index of the energy equation. More...
|
| |