36 namespace fvMeshMovers
54 displacement_(
dict.lookup(
"displacement")),
61 velocityMotionCorrection_(
mesh,
dict)
77 mesh().
movePoints(points0_() + pointInterpolator_.curPointField()());
84 velocityMotionCorrection_.update();
100 points0_().primitiveFieldRef() =
mesh().
points();
Macros for easy insertion into run-time selection tables.
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
Abstract base class for fvMesh movers.
Interpolates pre-specified motion specified as a set of pointVectorFields.
interpolator(fvMesh &mesh, const dictionary &dict)
Construct from fvMesh and dictionary.
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 update()
Update the mesh for both mesh motion and topology change.
~interpolator()
Destructor.
Mesh data needed to do the Finite Volume discretisation.
virtual tmp< scalarField > movePoints(const pointField &)
Move points, returns volumes swept by faces in motion.
Virtual base class for displacement motion solvers.
Class containing mesh-to-mesh mapping information after a mesh distribution where we send parts of me...
Class containing mesh-to-mesh mapping information.
virtual const pointField & points() const
Return raw points.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
Foam::fvMesh mesh(Foam::IOobject(regionName, runTime.name(), runTime, Foam::IOobject::MUST_READ), false)
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
defineTypeNameAndDebug(none, 0)
addToRunTimeSelectionTable(fvMeshMover, none, fvMesh)