71 public MeshObject<fvMesh, UpdateableMeshObject, wallDist>
79 const word patchTypeName_;
88 mutable bool nRequired_;
97 void constructn()
const;
112 const word& patchTypeName =
"wall" 120 const word& patchTypeName =
"patch"
Class containing mesh-to-mesh mapping information after a mesh distribution where we send parts of me...
const volVectorField & n() const
Return reference to cached normal-to-wall field.
wallDist(const fvMesh &mesh, const word &patchTypeName="wall")
Construct from mesh and optional patch type name.
virtual void mapMesh(const polyMeshMap &)
Update from another mesh using the given map.
virtual ~wallDist()
Destructor.
const volScalarField & y() const
Return reference to cached distance-to-wall field.
const labelHashSet & patchIDs() const
Return the patchIDs.
void operator=(const wallDist &)=delete
Disallow default bitwise assignment.
virtual void distribute(const polyDistributionMap &)
Redistribute or update using the given distribution map.
Templated abstract base-class for optional mesh objects used to automate their allocation to the mesh...
A class for handling words, derived from string.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
virtual bool movePoints()
Update the y-field when the mesh moves.
const fvMesh & mesh() const
virtual void topoChange(const polyTopoChangeMap &)
Update the y-field when the mesh changes.
Mesh data needed to do the Finite Volume discretisation.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Interface to run-time selectable methods to calculate the distance-to-wall and normal-to-wall fields...
Class containing mesh-to-mesh mapping information.