Keeps cell/face/vertex sets uptodate. Both the ones loaded and the ones on disk. More...
Public Member Functions | |
TypeName ("setUpdater") | |
Runtime type information. More... | |
setUpdater (const word &name, const dictionary &dict, const label index, const polyTopoChanger &mme) | |
Construct from dictionary. More... | |
setUpdater (const setUpdater &)=delete | |
Disallow default bitwise copy construction. More... | |
virtual | ~setUpdater () |
Destructor. More... | |
virtual bool | changeTopology () const |
Check for topology change. More... | |
virtual void | setRefinement (polyTopoChange &) const |
Insert the layer addition/removal instructions. More... | |
virtual void | modifyMotionPoints (pointField &motionPoints) const |
Modify motion points to comply with the topological change. More... | |
virtual void | updateMesh (const mapPolyMesh &) |
Force recalculation of locally stored data on topological change. More... | |
virtual void | write (Ostream &) const |
Write. More... | |
virtual void | writeDict (Ostream &) const |
Write dictionary. More... | |
void | operator= (const setUpdater &)=delete |
Disallow default bitwise assignment. More... | |
Public Member Functions inherited from polyMeshModifier | |
TypeName ("meshModifier") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, polyMeshModifier, dictionary,(const word &name, const dictionary &dict, const label index, const polyTopoChanger &mme),(name, dict, index, mme)) | |
polyMeshModifier (const word &name, const label index, const polyTopoChanger &mme, const bool act) | |
Construct from components. More... | |
polyMeshModifier (const polyMeshModifier &)=delete | |
Disallow default bitwise copy construction. More... | |
virtual | ~polyMeshModifier () |
Destructor. More... | |
const word & | name () const |
Return name of this modifier. More... | |
label | index () const |
Return the index of this modifier. More... | |
const polyTopoChanger & | topoChanger () const |
Return reference to morph engine. More... | |
const Switch & | active () const |
void | enable () const |
Activate mesh modifier. More... | |
void | disable () const |
Activate mesh modifier. More... | |
void | operator= (const polyMeshModifier &)=delete |
Disallow default bitwise assignment. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from polyMeshModifier | |
static autoPtr< polyMeshModifier > | New (const word &name, const dictionary &dict, const label index, const polyTopoChanger &mme) |
Select constructed from dictionary. More... | |
Keeps cell/face/vertex sets uptodate. Both the ones loaded and the ones on disk.
Definition at line 50 of file setUpdater.H.
setUpdater | ( | const word & | name, |
const dictionary & | dict, | ||
const label | index, | ||
const polyTopoChanger & | mme | ||
) |
Construct from dictionary.
Definition at line 57 of file setUpdater.C.
|
delete |
Disallow default bitwise copy construction.
|
virtual |
Destructor.
Definition at line 70 of file setUpdater.C.
TypeName | ( | "setUpdater" | ) |
Runtime type information.
|
virtual |
|
virtual |
Insert the layer addition/removal instructions.
into the topological change
Implements polyMeshModifier.
Definition at line 83 of file setUpdater.C.
|
virtual |
Modify motion points to comply with the topological change.
Implements polyMeshModifier.
Definition at line 87 of file setUpdater.C.
|
virtual |
Force recalculation of locally stored data on topological change.
Implements polyMeshModifier.
Definition at line 91 of file setUpdater.C.
References Foam::endl(), and Foam::Pout.
|
virtual |
Write.
Implements polyMeshModifier.
Definition at line 106 of file setUpdater.C.
References Foam::nl, and Foam::type().
|
virtual |
Write dictionary.
Implements polyMeshModifier.
Definition at line 112 of file setUpdater.C.
References token::BEGIN_BLOCK, token::END_BLOCK, token::END_STATEMENT, Foam::endl(), Foam::name(), Foam::nl, and Foam::type().
|
delete |
Disallow default bitwise assignment.