Go to the documentation of this file.
38 #ifndef patchDistMethod_H
39 #define patchDistMethod_H
virtual bool correct(volScalarField &y)=0
A class for handling words, derived from Foam::string.
virtual void updateMesh(const mapPolyMesh &)
patchDistMethod(const patchDistMethod &)=delete
virtual ~patchDistMethod()
static wordList patchTypes(const fvMesh &mesh, const labelHashSet &patchIDs)
A HashTable with keys but without contents that is similar to std::unordered_set.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
virtual bool movePoints()
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Specialisation of patchDist for wall distance calculation.
Mesh data needed to do the Finite Volume discretisation.
declareRunTimeSelectionTable(autoPtr, patchDistMethod, dictionary,(const dictionary &dict, const fvMesh &mesh, const labelHashSet &patchIDs),(dict, mesh, patchIDs))
const labelHashSet patchIDs_
GeometricField< vector, fvPatchField, volMesh > volVectorField
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
void operator=(const patchDistMethod &)=delete
Macros to ease declaration of run-time selection tables.
static autoPtr< patchDistMethod > New(const dictionary &dict, const fvMesh &mesh, const labelHashSet &patchIDs, const word &defaultPatchDistMethod=word::null)
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
TypeName("patchDistMethod")
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
Generic GeometricField class.
const labelHashSet & patchIDs() const