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