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 >
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.
- Template Parameters
-
GV | the type of the grid view |
T | the scvf geometry traits |
|
| PQ1BubbleSubControlVolumeFace ()=default |
| The default constructor. More...
|
|
| 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. More...
|
|
| 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. More...
|
|
const GlobalPosition & | center () const |
| The center of the sub control volume face. More...
|
|
const GlobalPosition & | ipGlobal () const |
| The integration point for flux evaluations in global coordinates. More...
|
|
Scalar | area () const |
| The area of the sub control volume face. More...
|
|
bool | isOverlapping () const |
| returns true if the sub control volume face is overlapping with another scv More...
|
|
bool | boundary () const |
|
const GlobalPosition | unitOuterNormal () const |
| The unit outer normal. More...
|
|
GridIndexType | insideScvIdx () const |
| Index of the inside sub control volume. More...
|
|
GridIndexType | outsideScvIdx () const |
| index of the outside sub control volume More...
|
|
std::size_t | numOutsideScvs () const |
| The number of scvs on the outside of this face. More...
|
|
LocalIndexType | index () const |
| The local index of this sub control volume face. More...
|
|
BoundaryFlag::value_type | boundaryFlag () const |
| Return the boundary flag. More...
|
|
GridIndexType | outsideScvIdx (int i=0) const |
|