36 namespace fvMeshMovers
50 pointInterpolator_(mesh, meshCoeffs_),
51 displacement_(meshCoeffs_.
lookup(
"displacement")),
58 velocityMotionCorrection_(mesh,
dict())
82 velocityMotionCorrection_.
update();
virtual void distribute(const polyDistributionMap &)
Update corresponding to the given distribution map.
Class containing mesh-to-mesh mapping information after a mesh distribution where we send parts of me...
virtual void mapMesh(const polyMeshMap &)
Update from another mesh using the given map.
Abstract base class for fvMesh movers.
~interpolator()
Destructor.
Macros for easy insertion into run-time selection tables.
virtual bool update()
Update the mesh for both mesh motion and topology change.
virtual const pointField & points() const
Return raw points.
defineTypeNameAndDebug(none, 0)
stressControl lookup("compactNormalStress") >> compactNormalStress
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
interpolator(fvMesh &mesh)
Construct from fvMesh.
virtual tmp< scalarField > movePoints(const pointField &)
Move points, returns volumes swept by faces in motion.
Virtual base class for displacement motion solvers.
Mesh data needed to do the Finite Volume discretisation.
virtual void topoChange(const polyTopoChangeMap &)
Update corresponding to the given map.
fvMesh & mesh()
Return the fvMesh.
tmp< pointVectorField > curPointField() const
Return interpolated pointField for the currentTime.
Class containing mesh-to-mesh mapping information.
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
addToRunTimeSelectionTable(fvMeshMover, none, fvMesh)