Keeps cell/face/vertex sets uptodate. Both the ones loaded and the ones on disk. More...
#include <setUpdater.H>


Public Member Functions | |
| TypeName ("setUpdater") | |
| Runtime type information. | |
| setUpdater (const word &name, const dictionary &dict, const label index, const polyTopoChanger &mme) | |
| Construct from dictionary. | |
| virtual | ~setUpdater ()=default |
| Destructor. | |
| virtual bool | changeTopology () const |
| Check for topology change. | |
| virtual void | setRefinement (polyTopoChange &) const |
| Insert the layer addition/removal instructions. | |
| virtual void | modifyMotionPoints (pointField &motionPoints) const |
| Modify motion points to comply with the topological change. | |
| virtual void | updateMesh (const mapPolyMesh &) |
| Force recalculation of locally stored data on topological change. | |
| virtual void | write (Ostream &) const |
| Write. | |
| virtual void | writeDict (Ostream &) const |
| Write dictionary. | |
| Public Member Functions inherited from polyMeshModifier | |
| TypeName ("meshModifier") | |
| Runtime type information. | |
| 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. | |
| virtual | ~polyMeshModifier ()=default |
| Destructor. | |
| const word & | name () const |
| Return name of this modifier. | |
| label | index () const |
| Return the index of this modifier. | |
| const polyTopoChanger & | topoChanger () const |
| Return reference to morph engine. | |
| Switch | active () const |
| If modifier activate? | |
| void | enable () const |
| Activate mesh modifier. | |
| void | disable () const |
| Activate mesh modifier. | |
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. | |
Keeps cell/face/vertex sets uptodate. Both the ones loaded and the ones on disk.
Definition at line 49 of file setUpdater.H.
| setUpdater | ( | const word & | name, |
| const dictionary & | dict, | ||
| const label | index, | ||
| const polyTopoChanger & | mme ) |
Construct from dictionary.
Definition at line 46 of file setUpdater.C.
References dict, polyMeshModifier::index(), and polyMeshModifier::name().

|
virtualdefault |
Destructor.
| TypeName | ( | "setUpdater" | ) |
Runtime type information.
References dict, polyMeshModifier::index(), and polyMeshModifier::name().

|
virtual |
|
virtual |
Insert the layer addition/removal instructions.
into the topological change
Implements polyMeshModifier.
Definition at line 67 of file setUpdater.C.
|
virtual |
Modify motion points to comply with the topological change.
Implements polyMeshModifier.
Definition at line 71 of file setUpdater.C.
|
virtual |
Force recalculation of locally stored data on topological change.
Implements polyMeshModifier.
Definition at line 75 of file setUpdater.C.
References Foam::endl(), and Foam::Pout.

|
virtual |
Write.
Implements polyMeshModifier.
Definition at line 90 of file setUpdater.C.
References Foam::nl, os(), and Foam::type().

|
virtual |
Write dictionary.
Implements polyMeshModifier.
Definition at line 96 of file setUpdater.C.
References polyMeshModifier::active(), name, Foam::nl, os(), and Foam::type().
