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);
int debug
Static debugging option.
addToRunTimeSelectionTable(decompositionMethod, kahipDecomp, dictionary)
virtual void modifyMotionPoints(pointField &motionPoints) const
Modify motion points to comply with the topological change.
A class for handling words, derived from Foam::string.
virtual void writeDict(Ostream &) const
Write dictionary.
List of mesh modifiers defining the mesh dynamics.
Direct mesh changes based on v1.3 polyTopoChange syntax.
Ostream & endl(Ostream &os)
Add newline and flush stream.
virtual Ostream & beginBlock(const keyType &kw)
Write begin block group with the given name.
virtual void setRefinement(polyTopoChange &) const
Insert the layer addition/removal instructions.
prefixOSstream Pout
OSstream wrapped stdout (std::cout) with parallel prefix.
virtual Ostream & endBlock()
Write end block group.
virtual void updateMesh(const mapPolyMesh &)
Force recalculation of locally stored data on topological change.
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
Write.
Virtual base class for mesh modifiers.
fileName::Type type(const fileName &name, const bool followLink=true)
Return the file type: DIRECTORY or FILE, normally following symbolic links.
Ostream & writeEntry(const keyType &key, const T &value)
Write a keyword/value entry.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
word name(const expressions::valueTypeCode typeCode)
A word representation of a valueTypeCode. Empty for INVALID.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
defineTypeNameAndDebug(combustionModel, 0)
virtual bool changeTopology() const
Check for topology change.