Go to the documentation of this file.
53 Foam::setUpdater::setUpdater
87 Pout<<
"setUpdater::updateMesh(const mapPolyMesh& morphMap)"
91 updateSets<cellSet>(morphMap);
92 updateSets<faceSet>(morphMap);
93 updateSets<pointSet>(morphMap);
addToRunTimeSelectionTable(decompositionMethod, kahipDecomp, dictionary)
virtual void modifyMotionPoints(pointField &motionPoints) const
A class for handling words, derived from Foam::string.
virtual void writeDict(Ostream &) const
List of mesh modifiers defining the mesh dynamics.
Direct mesh changes based on v1.3 polyTopoChange syntax.
Ostream & endl(Ostream &os)
virtual Ostream & beginBlock(const keyType &kw)
virtual void setRefinement(polyTopoChange &) const
Generic templated field type.
virtual Ostream & endBlock()
virtual void updateMesh(const mapPolyMesh &)
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
OBJstream os(runTime.globalPath()/outputName)
Macros for easy insertion into run-time selection tables.
virtual void write(Ostream &) const
Virtual base class for mesh modifiers.
fileName::Type type(const fileName &name, const bool followLink=true)
Ostream & writeEntry(const keyType &key, const T &value)
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
List< ReturnType > get(const UPtrList< T > &list, const AccessOp &aop)
word name(const expressions::valueTypeCode typeCode)
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
defineTypeNameAndDebug(combustionModel, 0)
virtual bool changeTopology() const