3.2-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Static Public Attributes | List of all members
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 >:
Inheritance graph

Description

template<class IsothermalIndices, int numEq>
struct Dumux::EnergyIndices< IsothermalIndices, numEq >

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

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

The index for energy in equation vectors.

◆ temperatureIdx

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

The index for temperature in primary variable vectors.


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