39 #ifndef fvMeshTopoChanger_H 40 #define fvMeshTopoChanger_H 153 virtual bool update() = 0;
165 virtual bool write(
const bool write =
true)
const declareRunTimeSelectionTable(autoPtr, fvMeshTopoChanger, fvMesh,(fvMesh &mesh, const dictionary &dict),(mesh, dict))
Class containing mesh-to-mesh mapping information after a mesh distribution where we send parts of me...
fvMesh & mesh()
Return the fvMesh.
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual bool dynamic() const
Is mesh dynamic, i.e. might it change?
virtual ~fvMeshTopoChanger()
Destructor.
virtual void mapMesh(const polyMeshMap &)=0
Update from another mesh using the given map.
fvMeshTopoChanger(fvMesh &)
Construct from fvMesh.
static autoPtr< fvMeshTopoChanger > New(fvMesh &, const dictionary &dict)
Select, construct and return the fvMeshTopoChanger.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
virtual void distribute(const polyDistributionMap &)=0
Update corresponding to the given distribution map.
virtual void topoChange(const polyTopoChangeMap &)=0
Update corresponding to the given map.
void operator=(const fvMeshTopoChanger &)=delete
Disallow default bitwise assignment.
TypeName("fvMeshTopoChanger")
Runtime type information.
Mesh data needed to do the Finite Volume discretisation.
virtual bool write(const bool write=true) const
Write the mover state.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
velocityMotionCorrection(const fvMesh &mesh, const dictionary &dict)
Class containing mesh-to-mesh mapping information.
Helper class to update the velocity boundary conditions.
Abstract base class for fvMesh movers.