34 namespace fvMeshMovers
48 velocityMotionCorrection_(mesh,
dict())
69 velocityMotionCorrection_.
update();
100 return motionPtr_->
write();
Class containing mesh-to-mesh mapping information after a mesh distribution where we send parts of me...
virtual tmp< pointField > newPoints()
Provide new points for motion. Solves for motion.
~motionSolver()
Destructor.
motionSolver(fvMesh &mesh)
Construct from fvMesh.
Abstract base class for fvMesh movers.
virtual bool write() const
Optionally write motion state information for restart.
virtual void distribute(const polyDistributionMap &)
Update corresponding to the given distribution map.
Virtual base class for mesh motion solver.
Macros for easy insertion into run-time selection tables.
tmp< DimensionedField< TypeR, GeoMesh > > New(const tmp< DimensionedField< TypeR, GeoMesh >> &tdf1, const word &name, const dimensionSet &dimensions)
virtual void topoChange(const polyTopoChangeMap &)=0
Update local data for topology changes.
defineTypeNameAndDebug(none, 0)
virtual void mapMesh(const polyMeshMap &)=0
Update from another mesh using the given map.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
virtual bool update()
Update the mesh for both mesh motion and topology change.
virtual void distribute(const polyDistributionMap &)=0
Update corresponding to the given distribution map.
virtual bool write(const bool write=true) const
Write the motion solver state.
virtual tmp< scalarField > movePoints(const pointField &)
Move points, returns volumes swept by faces in motion.
Mesh data needed to do the Finite Volume discretisation.
fvMesh & mesh()
Return the fvMesh.
Class containing mesh-to-mesh mapping information.
const Foam::motionSolver & motion() const
Return the motionSolver.
addToRunTimeSelectionTable(fvMeshMover, none, fvMesh)
virtual void mapMesh(const polyMeshMap &)
Update from another mesh using the given map.
virtual void topoChange(const polyTopoChangeMap &)
Update corresponding to the given map.