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

The common indices for the isothermal two-phase model. More...

#include <dumux/porousmediumflow/2p/sequential/indices.hh>

Inheritance diagram for Dumux::SequentialTwoPCommonIndices:
Inheritance graph

Description

The common indices for the isothermal two-phase model.

Static Public Attributes

static const int pwsn = 0
 pw and sn as primary variables More...
 
static const int pnsw = 1
 pn and sw as primary variables More...
 
static const int pwsw = 2
 pw and sw as primary variables More...
 
static const int pnsn = 3
 pn and sn as primary variables More...
 
static const int pGlobalSw = 4
 pGlobal and sw as primary variables More...
 
static const int pGlobalSn = 5
 pGlobal and sn as primary variables More...
 
static const int wPhaseIdx = 0
 index of the wetting phase in a phase vector More...
 
static const int nPhaseIdx = 1
 index of the non-wetting phase in a phase vector More...
 
static const int totalPhaseIdx = 2
 index of the total phase (wetting + nonwetting) More...
 
static const int saturationW = 0
 Indicates wetting phase saturation. More...
 
static const int saturationN = 1
 Indicates non-wetting phase saturation. More...
 
static const int saturationNw = saturationN
 Indicates non-wetting phase saturation. More...
 
static const int pressureW = 0
 Indicates wetting phase pressure. More...
 
static const int pressureN = 1
 Indicates non-wetting phase pressure. More...
 
static const int pressureNw = pressureN
 Indicates non-wetting phase pressure. More...
 
static const int pressureGlobal = 2
 Indicates global-pressure. More...
 
static const int velocityW = 0
 Indicates wetting phase velocity. More...
 
static const int velocityN = 1
 Indicates non-wetting phase velocity. More...
 
static const int velocityNw = velocityN
 Indicates non-wetting phase velocity. More...
 
static const int velocityTotal = 2
 Indicates total velocity. More...
 

Member Data Documentation

◆ nPhaseIdx

const int Dumux::SequentialTwoPCommonIndices::nPhaseIdx = 1
static

index of the non-wetting phase in a phase vector

◆ pGlobalSn

const int Dumux::SequentialTwoPCommonIndices::pGlobalSn = 5
static

pGlobal and sn as primary variables

◆ pGlobalSw

const int Dumux::SequentialTwoPCommonIndices::pGlobalSw = 4
static

pGlobal and sw as primary variables

◆ pnsn

const int Dumux::SequentialTwoPCommonIndices::pnsn = 3
static

pn and sn as primary variables

◆ pnsw

const int Dumux::SequentialTwoPCommonIndices::pnsw = 1
static

pn and sw as primary variables

◆ pressureGlobal

const int Dumux::SequentialTwoPCommonIndices::pressureGlobal = 2
static

Indicates global-pressure.

◆ pressureN

const int Dumux::SequentialTwoPCommonIndices::pressureN = 1
static

Indicates non-wetting phase pressure.

◆ pressureNw

const int Dumux::SequentialTwoPCommonIndices::pressureNw = pressureN
static

Indicates non-wetting phase pressure.

◆ pressureW

const int Dumux::SequentialTwoPCommonIndices::pressureW = 0
static

Indicates wetting phase pressure.

◆ pwsn

const int Dumux::SequentialTwoPCommonIndices::pwsn = 0
static

pw and sn as primary variables

◆ pwsw

const int Dumux::SequentialTwoPCommonIndices::pwsw = 2
static

pw and sw as primary variables

◆ saturationN

const int Dumux::SequentialTwoPCommonIndices::saturationN = 1
static

Indicates non-wetting phase saturation.

◆ saturationNw

const int Dumux::SequentialTwoPCommonIndices::saturationNw = saturationN
static

Indicates non-wetting phase saturation.

◆ saturationW

const int Dumux::SequentialTwoPCommonIndices::saturationW = 0
static

Indicates wetting phase saturation.

◆ totalPhaseIdx

const int Dumux::SequentialTwoPCommonIndices::totalPhaseIdx = 2
static

index of the total phase (wetting + nonwetting)

◆ velocityN

const int Dumux::SequentialTwoPCommonIndices::velocityN = 1
static

Indicates non-wetting phase velocity.

◆ velocityNw

const int Dumux::SequentialTwoPCommonIndices::velocityNw = velocityN
static

Indicates non-wetting phase velocity.

◆ velocityTotal

const int Dumux::SequentialTwoPCommonIndices::velocityTotal = 2
static

Indicates total velocity.

◆ velocityW

const int Dumux::SequentialTwoPCommonIndices::velocityW = 0
static

Indicates wetting phase velocity.

◆ wPhaseIdx

const int Dumux::SequentialTwoPCommonIndices::wPhaseIdx = 0
static

index of the wetting phase in a phase vector


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