Go to the documentation of this file.
63 template<
class Type,
class NVDweight>
105 const NVDweight& weight
150 virtual tmp<edgeScalarField>
weights
152 const GeometricField<Type, faPatchField, areaMesh>&
165 #define makeNVDedgeInterpolationTypeScheme(SS, WEIGHT, NAME, TYPE) \
167 typedef faNVDscheme<TYPE, WEIGHT> faNVDscheme##TYPE##WEIGHT_; \
168 defineTemplateTypeNameAndDebugWithName(faNVDscheme##TYPE##WEIGHT_, NAME, 0); \
170 edgeInterpolationScheme<TYPE>::addMeshConstructorToTable \
171 <faNVDscheme<TYPE, WEIGHT>> \
172 add##SS##TYPE##MeshConstructorToTable_; \
174 edgeInterpolationScheme<TYPE>::addMeshFluxConstructorToTable \
175 <faNVDscheme<TYPE, WEIGHT>> \
176 add##SS##TYPE##MeshFluxConstructorToTable_;
179 #define makeNVDedgeInterpolationScheme(SS, WEIGHT, NAME) \
181 makeNVDedgeInterpolationTypeScheme(SS, WEIGHT, NAME, scalar) \
182 makeNVDedgeInterpolationTypeScheme(SS, WEIGHT, NAME, vector) \
183 makeNVDedgeInterpolationTypeScheme(SS, WEIGHT, NAME, tensor)
Abstract base class for edge interpolation schemes.
A class for handling words, derived from Foam::string.
A class for managing temporary objects.
const faMesh & mesh() const
Registry of regIOobjects.
virtual tmp< edgeScalarField > weights(const GeometricField< Type, faPatchField, areaMesh > &) const
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
Class to create the weighting-factors based on the NVD (Normalised Variable Diagram).
const edgeScalarField & edgeFlux_
Finite area mesh. Used for 2-D non-Euclidian finite area method.
Generic GeometricField class.