39 #ifndef fvMeshDistributor_H
40 #define fvMeshDistributor_H
147 return dynamicMeshDict_.
subDict(
"distributor");
158 virtual bool update() = 0;
170 virtual bool write(
const bool write =
true)
const
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A list of keyword definitions, which are a keyword followed by any number of values (e....
const dictionary & subDict(const word &) const
Find and return a sub-dictionary.
Helper class to update the velocity boundary conditions.
velocityMotionCorrection(const fvMesh &mesh, const dictionary &dict)
Abstract base class for fvMesh movers.
virtual void mapMesh(const polyMeshMap &)=0
Update from another mesh using the given map.
void operator=(const fvMeshDistributor &)=delete
Disallow default bitwise assignment.
const dictionary & dict() const
Return the dynamicMeshDict/distributor sub-dict.
TypeName("fvMeshDistributor")
Runtime type information.
virtual void distribute(const polyDistributionMap &)=0
Update corresponding to the given distribution map.
virtual bool dynamic() const
Is mesh dynamic, i.e. might it change?
virtual ~fvMeshDistributor()
Destructor.
declareRunTimeSelectionTable(autoPtr, fvMeshDistributor, fvMesh,(fvMesh &mesh),(mesh))
virtual bool update()=0
Update the mesh.
fvMesh & mesh()
Return the fvMesh.
static autoPtr< fvMeshDistributor > New(fvMesh &)
Select, construct and return the fvMeshDistributor.
virtual bool write(const bool write=true) const
Write the mover state.
fvMeshDistributor(fvMesh &)
Construct from fvMesh.
virtual void topoChange(const polyTopoChangeMap &)=0
Update corresponding to the given map.
Mesh data needed to do the Finite Volume discretisation.
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.