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