36 #ifndef nearWallDist_H
37 #define nearWallDist_H
Templated abstract base-class for demand-driven mesh objects used to automate their allocation to the...
const fvMesh & mesh() const
Generic GeometricBoundaryField class.
Mesh data needed to do the Finite Volume discretisation.
Distance calculation for cells with face on a wall. Searches pointNeighbours to find closest.
ClassName("nearWallDist")
virtual bool movePoints()
Update the y-field when the mesh moves.
void operator=(const nearWallDist &)=delete
Disallow default bitwise assignment.
virtual void topoChange(const polyTopoChangeMap &)
Update the y-field when the mesh changes.
virtual void distribute(const polyDistributionMap &)
Redistribute or update using the given distribution map.
virtual void mapMesh(const polyMeshMap &)
Update from another mesh using the given map.
virtual ~nearWallDist()
Destructor.
nearWallDist(const fvMesh &mesh)
Construct from mesh.
const volScalarField::Boundary & y() const
Access to the near-wall distances.
Class containing mesh-to-mesh mapping information after a mesh distribution where we send parts of me...
Class containing mesh-to-mesh mapping information.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.