Go to the documentation of this file.
64 template<
class Type,
class PhiLimiter>
76 void operator=(
const PhiScheme&) =
delete;
128 virtual tmp<surfaceScalarField>
limiter
130 const GeometricField<Type, fvPatchField, volMesh>&
143 #define makePhiSurfaceInterpolationScheme(SS, WEIGHT, TYPE) \
145 typedef PhiScheme<TYPE, WEIGHT> Phischeme##WEIGHT_; \
146 defineTemplateTypeNameAndDebugWithName(Phischeme##WEIGHT_, #SS, 0); \
148 surfaceInterpolationScheme<TYPE>::addMeshConstructorToTable \
149 <PhiScheme<TYPE, WEIGHT>> add##SS##TYPE##MeshConstructorToTable_; \
151 surfaceInterpolationScheme<TYPE>::addMeshFluxConstructorToTable \
152 <PhiScheme<TYPE, WEIGHT>> add##SS##TYPE##MeshFluxConstructorToTable_; \
154 limitedSurfaceInterpolationScheme<TYPE>::addMeshConstructorToTable \
155 <PhiScheme<TYPE, WEIGHT>> add##SS##TYPE##MeshConstructorToLimitedTable_; \
157 limitedSurfaceInterpolationScheme<TYPE>::addMeshFluxConstructorToTable \
158 <PhiScheme<TYPE, WEIGHT>> add##SS##TYPE##MeshFluxConstructorToLimitedTable_;
A class for managing temporary objects.
Class with limiter function which returns the limiter for the Phi differencing scheme.
Class to create the weighting-factors based on the face-flux.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
virtual tmp< surfaceScalarField > limiter(const GeometricField< Type, fvPatchField, volMesh > &) const
Mesh data needed to do the Finite Volume discretisation.
Abstract base class for limited surface interpolation schemes.
const fvMesh & mesh() const
Generic GeometricField class.