version 3.9.0
Loading...
Searching...
No Matches
subcontrolvolumeface.hh File Reference

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...

#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/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.

Description

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...
 
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
 

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.