84 if (motionSolvers_.size())
91 disp += iter().curPoints() - mesh().points();
94 return mesh().points() + disp;
98 return mesh().points();
116 iter().topoChange(map);
137 iter().distribute(map);
146 iter().movePoints(
points);
#define forAllIter(Container, container, iter)
Iterate across all elements in the container object of type.
#define forAllConstIter(Container, container, iter)
Iterate across all elements in the container object of type.
Macros for easy insertion into run-time selection tables.
Template dictionary class which manages the storage associated with it.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Motion of the mesh specified as a list of motion solvers.
virtual tmp< pointField > curPoints() const
Provide current points for motion. Uses current motion field.
virtual void topoChange(const polyTopoChangeMap &)
Update local data for topology changes.
virtual void distribute(const polyDistributionMap &)
Update corresponding to the given distribution map.
virtual ~motionSolverList()
Destructor.
virtual void mapMesh(const polyMeshMap &)
Update from another mesh using the given map.
virtual void movePoints(const pointField &)
Update local data for geometry changes.
motionSolverList(const word &name, const polyMesh &, const dictionary &)
Construct from mesh and dictionary.
virtual void solve()
Solve for motion.
Virtual base class for mesh motion solver.
static autoPtr< motionSolver > New(const word &name, const polyMesh &, const dictionary &)
Select constructed from polyMesh and dictionary.
const word & name() const
Return name.
const polyMesh & mesh() const
Return reference to mesh.
Class containing mesh-to-mesh mapping information after a mesh distribution where we send parts of me...
Class containing mesh-to-mesh mapping information.
Mesh consisting of general polyhedral cells.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
A class for managing temporary objects.
A class for handling words, derived from string.
addToRunTimeSelectionTable(polyPatch, mergedCyclicPolyPatch, word)
word name(const bool)
Return a word representation of a bool.
defineTypeNameAndDebug(combustionModel, 0)