Go to the documentation of this file.
78 public MeshObject<fvMesh, UpdateableMeshObject, wallDist>
86 const word patchTypeName_;
101 const label updateInterval_;
104 mutable bool nRequired_;
113 void constructn()
const;
119 void operator=(
const wallDist&) =
delete;
135 const word& patchTypeName =
"patch"
143 const word& defaultPatchDistMethod,
145 const word& patchTypeName =
"patch"
152 const word& patchTypeName =
"wall"
virtual void updateMesh(const mapPolyMesh &)
A class for handling words, derived from Foam::string.
A class for managing temporary objects.
const volScalarField & y() const
A HashTable with keys but without contents that is similar to std::unordered_set.
Interface to run-time selectable methods to calculate the distance-to-wall and normal-to-wall fields.
const fvMesh & mesh() const
const labelHashSet & patchIDs() const
virtual bool movePoints()
const volVectorField & n() const
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Mesh data needed to do the Finite Volume discretisation.
GeometricField< vector, fvPatchField, volMesh > volVectorField
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
Templated abstract base-class for optional mesh objects used to automate their allocation to the mesh...
Generic GeometricField class.