3.1-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Public Types | Public Member Functions | List of all members
Dumux::CCTpfaSubControlVolumeFace< GV, T > Class Template Reference

The sub control volume face. More...

#include <dumux/discretization/cellcentered/tpfa/subcontrolvolumeface.hh>

Inheritance diagram for Dumux::CCTpfaSubControlVolumeFace< GV, T >:
Inheritance graph

Description

template<class GV, class T = CCTpfaDefaultScvfGeometryTraits<GV>>
class Dumux::CCTpfaSubControlVolumeFace< GV, T >

The sub control volume face.

Template Parameters
GVthe type of the grid view
Tthe scvf geometry traits

Public Types

using GlobalPosition = typename T::GlobalPosition
 export the type used for global coordinates More...
 
using Traits = T
 state the traits public and thus export all types More...
 

Public Member Functions

 CCTpfaSubControlVolumeFace ()=default
 
template<class Intersection >
 CCTpfaSubControlVolumeFace (const Intersection &is, const typename Intersection::Geometry &isGeometry, GridIndexType scvfIndex, const GridIndexStorage &scvIndices, bool isBoundary)
 Constructor with intersection. More...
 
const GlobalPositioncenter () const
 The center of the sub control volume face. More...
 
const GlobalPositionipGlobal () const
 The integration point for flux evaluations in global coordinates. More...
 
Scalar area () const
 The area of the sub control volume face. More...
 
bool boundary () const
 returns bolean if the sub control volume face is on the boundary More...
 
const GlobalPositionunitOuterNormal () const
 The unit outer normal of the sub control volume face. More...
 
GridIndexType insideScvIdx () const
 index of the inside sub control volume for spatial param evaluation More...
 
GridIndexType outsideScvIdx (int i=0) const
 index of the outside sub control volume for spatial param evaluation More...
 
std::size_t numOutsideScvs () const
 The number of outside scvs connection via this scv face. More...
 
GridIndexType index () const
 The global index of this sub control volume face. More...
 
const GlobalPositioncorner (int i) const
 return the i-th corner of this sub control volume face More...
 
Geometry geometry () const
 The geometry of the sub control volume face. More...
 
BoundaryFlag::value_type boundaryFlag () const
 Return the boundary flag. More...
 

Member Typedef Documentation

◆ GlobalPosition

template<class GV , class T = CCTpfaDefaultScvfGeometryTraits<GV>>
using Dumux::CCTpfaSubControlVolumeFace< GV, T >::GlobalPosition = typename T::GlobalPosition

export the type used for global coordinates

◆ Traits

template<class GV , class T = CCTpfaDefaultScvfGeometryTraits<GV>>
using Dumux::CCTpfaSubControlVolumeFace< GV, T >::Traits = T

state the traits public and thus export all types

Constructor & Destructor Documentation

◆ CCTpfaSubControlVolumeFace() [1/2]

template<class GV , class T = CCTpfaDefaultScvfGeometryTraits<GV>>
Dumux::CCTpfaSubControlVolumeFace< GV, T >::CCTpfaSubControlVolumeFace ( )
default

◆ CCTpfaSubControlVolumeFace() [2/2]

template<class GV , class T = CCTpfaDefaultScvfGeometryTraits<GV>>
template<class Intersection >
Dumux::CCTpfaSubControlVolumeFace< GV, T >::CCTpfaSubControlVolumeFace ( const Intersection &  is,
const typename Intersection::Geometry &  isGeometry,
GridIndexType  scvfIndex,
const GridIndexStorage &  scvIndices,
bool  isBoundary 
)
inline

Constructor with intersection.

Parameters
isThe intersection
isGeometryThe geometry of the intersection
scvfIndexThe global index of this scv face
scvIndicesThe inside/outside scv indices connected to this face
isBoundaryBool to specify whether or not the scvf is on an interior or the domain boundary

Member Function Documentation

◆ area()

template<class GV , class T = CCTpfaDefaultScvfGeometryTraits<GV>>
Scalar Dumux::CCTpfaSubControlVolumeFace< GV, T >::area ( ) const
inline

The area of the sub control volume face.

◆ boundary()

template<class GV , class T = CCTpfaDefaultScvfGeometryTraits<GV>>
bool Dumux::CCTpfaSubControlVolumeFace< GV, T >::boundary ( ) const
inline

returns bolean if the sub control volume face is on the boundary

◆ boundaryFlag()

template<class GV , class T = CCTpfaDefaultScvfGeometryTraits<GV>>
BoundaryFlag::value_type Dumux::CCTpfaSubControlVolumeFace< GV, T >::boundaryFlag ( ) const
inline

Return the boundary flag.

◆ center()

template<class GV , class T = CCTpfaDefaultScvfGeometryTraits<GV>>
const GlobalPosition & Dumux::CCTpfaSubControlVolumeFace< GV, T >::center ( ) const
inline

The center of the sub control volume face.

◆ corner()

template<class GV , class T = CCTpfaDefaultScvfGeometryTraits<GV>>
const GlobalPosition & Dumux::CCTpfaSubControlVolumeFace< GV, T >::corner ( int  i) const
inline

return the i-th corner of this sub control volume face

◆ geometry()

template<class GV , class T = CCTpfaDefaultScvfGeometryTraits<GV>>
Geometry Dumux::CCTpfaSubControlVolumeFace< GV, T >::geometry ( ) const
inline

The geometry of the sub control volume face.

◆ index()

template<class GV , class T = CCTpfaDefaultScvfGeometryTraits<GV>>
GridIndexType Dumux::CCTpfaSubControlVolumeFace< GV, T >::index ( ) const
inline

The global index of this sub control volume face.

◆ insideScvIdx()

template<class GV , class T = CCTpfaDefaultScvfGeometryTraits<GV>>
GridIndexType Dumux::CCTpfaSubControlVolumeFace< GV, T >::insideScvIdx ( ) const
inline

index of the inside sub control volume for spatial param evaluation

◆ ipGlobal()

template<class GV , class T = CCTpfaDefaultScvfGeometryTraits<GV>>
const GlobalPosition & Dumux::CCTpfaSubControlVolumeFace< GV, T >::ipGlobal ( ) const
inline

The integration point for flux evaluations in global coordinates.

◆ numOutsideScvs()

template<class GV , class T = CCTpfaDefaultScvfGeometryTraits<GV>>
std::size_t Dumux::CCTpfaSubControlVolumeFace< GV, T >::numOutsideScvs ( ) const
inline

The number of outside scvs connection via this scv face.

◆ outsideScvIdx()

template<class GV , class T = CCTpfaDefaultScvfGeometryTraits<GV>>
GridIndexType Dumux::CCTpfaSubControlVolumeFace< GV, T >::outsideScvIdx ( int  i = 0) const
inline

index of the outside sub control volume for spatial param evaluation

◆ unitOuterNormal()

template<class GV , class T = CCTpfaDefaultScvfGeometryTraits<GV>>
const GlobalPosition & Dumux::CCTpfaSubControlVolumeFace< GV, T >::unitOuterNormal ( ) const
inline

The unit outer normal of the sub control volume face.


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