Class for a sub control volume face in the box method, i.e a part of the boundary of a sub control volume we compute fluxes on. This is a specialization for models considering coupling of different domains across the bulk grid facets.
More...
template<class GV, class T = BoxDefaultScvfGeometryTraits<GV>>
class Dumux::BoxFacetCouplingSubControlVolumeFace< GV, T >
- Template Parameters
-
| GV | the type of the grid view |
| T | the scvf geometry traits |
|
| | BoxFacetCouplingSubControlVolumeFace ()=default |
| | The default constructor.
|
| |
| template<class GeometryHelper, class Element> |
| | BoxFacetCouplingSubControlVolumeFace (const GeometryHelper &geometryHelper, const Element &element, const typename Element::Geometry &elemGeometry, unsigned int scvfIndex, std::vector< LocalIndexType > &&scvIndices) |
| | Constructor for inner scvfs.
|
| |
| template<class GeometryHelper, class Intersection> |
| | BoxFacetCouplingSubControlVolumeFace (const GeometryHelper &geometryHelper, const Intersection &intersection, const typename Intersection::Geometry &isGeometry, LocalIndexType indexInIntersection, GridIndexType scvfIndex, std::vector< LocalIndexType > &&scvIndices, bool boundary, bool interiorBoundary) |
| | Constructor for domain or interior 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 | boundary () const |
| | returns true if the sub control volume face is on the boundary
|
| |
| bool | interiorBoundary () const |
| | returns true if the sub control volume face is on an interior boundary
|
| |
| const GlobalPosition & | unitOuterNormal () const |
| |
| LocalIndexType | insideScvIdx () const |
| | index of the inside sub control volume
|
| |
| GridIndexType | index () const |
| | The element-local index of this sub control volume face.
|
| |
| LocalIndexType | outsideScvIdx (int i=0) const |
| | Index of the i-th outside sub control volume or boundary scv index.
|
| |
| std::size_t | numOutsideScvs () const |
| | The number of scvs on the outside of this face.
|
| |
| LocalIndexType | facetIndexInElement () const |
| |
| LocalIndexType | indexInElementFacet () const |
| |
| BoundaryFlag::value_type | boundaryFlag () const |
| | Return the boundary flag.
|
| |