34 #ifndef fvMeshMoversMotionSolver_H
35 #define fvMeshMoversMotionSolver_H
46 namespace fvMeshMovers
107 virtual bool write(
const bool write =
true)
const;
Helper class to update the velocity boundary conditions.
Abstract base class for fvMesh movers.
fvMesh & mesh()
Return the fvMesh.
virtual bool solidBody() const
Is this motion solid body? Delegate to the motion solver.
void operator=(const motionSolver &)=delete
Disallow default bitwise assignment.
~motionSolver()
Destructor.
virtual void topoChange(const polyTopoChangeMap &)
Update corresponding to the given map.
virtual void distribute(const polyDistributionMap &)
Update corresponding to the given distribution map.
virtual void mapMesh(const polyMeshMap &)
Update from another mesh using the given map.
virtual bool write(const bool write=true) const
Write the motion solver state.
virtual bool update()
Update the mesh for both mesh motion and topology change.
TypeName("motionSolver")
Runtime type information.
motionSolver(fvMesh &mesh)
Construct from fvMesh.
const Foam::motionSolver & motion() const
Return the motionSolver.
Mesh data needed to do the Finite Volume discretisation.
Virtual base class for mesh motion solver.
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.