version 3.9-dev
Dumux::EnergyIndices< IsothermalIndices, numEq > Struct Template Reference

Indices for the non-isothermal two-phase two-component model. More...

#include <dumux/porousmediumflow/nonisothermal/indices.hh>

Inheritance diagram for Dumux::EnergyIndices< IsothermalIndices, numEq >:

Description

template<class IsothermalIndices, int numEq>
struct Dumux::EnergyIndices< IsothermalIndices, numEq >
Template Parameters
IsothermalIndicesThe indices of the isothermal model
numEqthe number of equations of the non-isothermal model

Static Public Attributes

static const int temperatureIdx = numEq - 1
 The index for temperature in primary variable vectors. More...
 
static const int energyEqIdx = numEq - 1
 The index for energy in equation vectors. More...
 

Member Data Documentation

◆ energyEqIdx

template<class IsothermalIndices , int numEq>
const int Dumux::EnergyIndices< IsothermalIndices, numEq >::energyEqIdx = numEq - 1
static

◆ temperatureIdx

template<class IsothermalIndices , int numEq>
const int Dumux::EnergyIndices< IsothermalIndices, numEq >::temperatureIdx = numEq - 1
static

The documentation for this struct was generated from the following file: