#include <array>#include <utility>#include <dune/common/fvector.hh>#include <dune/geometry/type.hh>#include <dune/geometry/multilineargeometry.hh>#include <dumux/common/indextraits.hh>#include <dumux/common/typetraits/isvalid.hh>#include <dumux/discretization/subcontrolvolumefacebase.hh>#include <dumux/discretization/staggered/subcontrolvolumeface.hh>#include <dumux/discretization/staggered/freeflow/staggeredgeometryhelper.hh>#include <typeinfo>Go to the source code of this file.
Class for a sub control volume face in the staggered method, i.e a part of the boundary of a sub control volume we compute fluxes on. This is a specialization for free flow models.
Classes | |
| struct | Dumux::FreeFlowStaggeredDefaultScvfGeometryTraits< GridView, upwindSchemeOrder > |
| Default traits class to be used for the sub-control volume faces for the free-flow staggered finite volume scheme. More... | |
| struct | Dumux::FreeFlowStaggeredDefaultScvfGeometryTraits< GridView, upwindSchemeOrder >::ScvfMLGTraits< ct > |
| struct | Dumux::FreeFlowStaggeredDefaultScvfGeometryTraits< GridView, upwindSchemeOrder >::ScvfMLGTraits< ct >::CornerStorage< mydim, cdim > |
| class | Dumux::FreeFlowStaggeredSubControlVolumeFace< GV, upwindSchemeOrder, T > |
| Class for a sub control volume face in the staggered method, i.e a part of the boundary of a sub control volume we compute fluxes on. This is a specialization for free flow models. More... | |
Namespaces | |
| namespace | Dumux |
| Adaption of the non-isothermal two-phase two-component flow model to problems with CO2. | |
Functions | |
| template<class SubControlVolumeFace > | |
| SubControlVolumeFace | Dumux::makeStaggeredBoundaryFace (const SubControlVolumeFace &scvf, const typename SubControlVolumeFace::GlobalPosition &newCenter) |
| Helper function to turn a given cell scvface into a fake boundary face. More... | |