3.2-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Static Public Attributes | List of all members
Dumux::TwoPOneCIndices Class Reference

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

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

Description

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

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

Index of the mass conservation equation for the water component.

◆ energyEqIdx

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

◆ gasPhaseOnly

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

Only gas phase is present.

◆ liquidPhaseOnly

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

Only the liquid phase is present.

◆ pressureIdx

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

Index for phase pressure in a solution vector.

◆ switchIdx

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

Index of saturation or temperature.

◆ temperatureIdx

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

For compatibility reasons. Do not use.

◆ twoPhases

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

Both liquid and gas phase are present.


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