3.2-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Public Member Functions | Public Attributes | List of all members
Dumux::CellData2PAdaptive< TypeTag, enableCompressibility >::AdaptedValues Struct Reference

Collection of variables that have to be mapped if the grid is adapted For an immiscible two-phase model, the following data has to be transferred to a new grid. More...

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

Description

template<class TypeTag, bool enableCompressibility = getPropValue<TypeTag, Properties::EnableCompressibility>()>
struct Dumux::CellData2PAdaptive< TypeTag, enableCompressibility >::AdaptedValues

Collection of variables that have to be mapped if the grid is adapted For an immiscible two-phase model, the following data has to be transferred to a new grid.

Public Member Functions

 AdaptedValues ()
 

Public Attributes

Scalar saturationW
 
Scalar saturationNw
 
Scalar pressW
 
Scalar pressNw
 
Scalar potW
 
Scalar potNw
 
Scalar volCorr
 
int count
 

Constructor & Destructor Documentation

◆ AdaptedValues()

template<class TypeTag , bool enableCompressibility = getPropValue<TypeTag, Properties::EnableCompressibility>()>
Dumux::CellData2PAdaptive< TypeTag, enableCompressibility >::AdaptedValues::AdaptedValues ( )
inline

Member Data Documentation

◆ count

template<class TypeTag , bool enableCompressibility = getPropValue<TypeTag, Properties::EnableCompressibility>()>
int Dumux::CellData2PAdaptive< TypeTag, enableCompressibility >::AdaptedValues::count

◆ potNw

template<class TypeTag , bool enableCompressibility = getPropValue<TypeTag, Properties::EnableCompressibility>()>
Scalar Dumux::CellData2PAdaptive< TypeTag, enableCompressibility >::AdaptedValues::potNw

◆ potW

template<class TypeTag , bool enableCompressibility = getPropValue<TypeTag, Properties::EnableCompressibility>()>
Scalar Dumux::CellData2PAdaptive< TypeTag, enableCompressibility >::AdaptedValues::potW

◆ pressNw

template<class TypeTag , bool enableCompressibility = getPropValue<TypeTag, Properties::EnableCompressibility>()>
Scalar Dumux::CellData2PAdaptive< TypeTag, enableCompressibility >::AdaptedValues::pressNw

◆ pressW

template<class TypeTag , bool enableCompressibility = getPropValue<TypeTag, Properties::EnableCompressibility>()>
Scalar Dumux::CellData2PAdaptive< TypeTag, enableCompressibility >::AdaptedValues::pressW

◆ saturationNw

template<class TypeTag , bool enableCompressibility = getPropValue<TypeTag, Properties::EnableCompressibility>()>
Scalar Dumux::CellData2PAdaptive< TypeTag, enableCompressibility >::AdaptedValues::saturationNw

◆ saturationW

template<class TypeTag , bool enableCompressibility = getPropValue<TypeTag, Properties::EnableCompressibility>()>
Scalar Dumux::CellData2PAdaptive< TypeTag, enableCompressibility >::AdaptedValues::saturationW

◆ volCorr

template<class TypeTag , bool enableCompressibility = getPropValue<TypeTag, Properties::EnableCompressibility>()>
Scalar Dumux::CellData2PAdaptive< TypeTag, enableCompressibility >::AdaptedValues::volCorr

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