Class for a sub control volume face in the cvfe method, i.e a part of the boundary of a sub control volume we compute fluxes on. We simply use the base class here.
More...
template<class GV, class T = PQ1BubbleDefaultScvfGeometryTraits<GV>>
class Dumux::PQ1BubbleSubControlVolumeFace< GV, T >
- Template Parameters
-
| GV | the type of the grid view |
| T | the scvf geometry traits |
|
| | PQ1BubbleSubControlVolumeFace ()=default |
| | The default constructor.
|
| |
| | PQ1BubbleSubControlVolumeFace (const GlobalPosition ¢er, const Scalar area, const GlobalPosition &normal, const std::array< LocalIndexType, 2 > &scvIndices, const LocalIndexType localScvfIdx, bool overlapping=false) |
| | Constructor for inner scvfs.
|
| |
| | PQ1BubbleSubControlVolumeFace (const GlobalPosition ¢er, const Scalar area, const GlobalPosition &normal, const std::array< LocalIndexType, 2 > &scvIndices, const LocalIndexType localScvfIdx, const BoundaryFlag &bFlag, bool overlapping=false) |
| | Constructor for boundary scvfs.
|
| |
| const GlobalPosition & | center () const |
| | The center of the sub control volume face.
|
| |
| const GlobalPosition & | ipGlobal () const |
| | The integration point for flux evaluations in global coordinates.
|
| |
| Scalar | area () const |
| | The area of the sub control volume face.
|
| |
| bool | isOverlapping () const |
| | returns true if the sub control volume face is overlapping with another scv
|
| |
| bool | boundary () const |
| |
| const GlobalPosition | unitOuterNormal () const |
| | The unit outer normal.
|
| |
| GridIndexType | insideScvIdx () const |
| | Index of the inside sub control volume.
|
| |
| GridIndexType | outsideScvIdx () const |
| | index of the outside sub control volume
|
| |
| std::size_t | numOutsideScvs () const |
| | The number of scvs on the outside of this face.
|
| |
| LocalIndexType | index () const |
| | The local index of this sub control volume face.
|
| |
| BoundaryFlag::value_type | boundaryFlag () const |
| | Return the boundary flag.
|
| |
| GridIndexType | outsideScvIdx (int i=0) const |
| |