version 3.9-dev
Dumux::TwoPOneCIndices Class Reference

The indices for the two-phase one-component model.

#include <dumux/porousmediumflow/2p1c/indices.hh>

Static Public Attributes

static const int twoPhases = 1
 Both liquid and gas phase are present. More...
 
static const int liquidPhaseOnly = 2
 Only the liquid phase is present. More...
 
static const int gasPhaseOnly = 3
 Only gas phase is present. More...
 
static const int pressureIdx = 0
 Index for phase pressure in a solution vector. More...
 
static const int switchIdx = 1
 Index of saturation or temperature. More...
 
static const int conti0EqIdx = 0
 Index of the mass conservation equation for the water component. More...
 
static const int energyEqIdx = 1
 
static const int temperatureIdx = -99
 For compatibility reasons. Do not use. More...
 

Member Data Documentation

◆ conti0EqIdx

const int Dumux::TwoPOneCIndices::conti0EqIdx = 0
static

◆ energyEqIdx

const int Dumux::TwoPOneCIndices::energyEqIdx = 1
static

◆ gasPhaseOnly

const int Dumux::TwoPOneCIndices::gasPhaseOnly = 3
static

◆ liquidPhaseOnly

const int Dumux::TwoPOneCIndices::liquidPhaseOnly = 2
static

◆ pressureIdx

const int Dumux::TwoPOneCIndices::pressureIdx = 0
static

◆ switchIdx

const int Dumux::TwoPOneCIndices::switchIdx = 1
static

◆ temperatureIdx

const int Dumux::TwoPOneCIndices::temperatureIdx = -99
static

◆ twoPhases

const int Dumux::TwoPOneCIndices::twoPhases = 1
static

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