![]() |
|
Public Member Functions | |
TypeName ("layerAdditionRemoval") | |
Runtime type information. | |
layerAdditionRemoval (const word &name, const label index, const polyTopoChanger &mme, const word &zoneName, const scalar minThickness, const scalar maxThickness) | |
Construct from components. | |
layerAdditionRemoval (const word &name, const dictionary &dict, const label index, const polyTopoChanger &mme) | |
Construct from dictionary. | |
virtual | ~layerAdditionRemoval () |
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. | |
scalar | minLayerThickness () const |
Return min layer thickness which triggers removal. | |
void | setMinLayerThickness (const scalar t) const |
Set min layer thickness which triggers removal. | |
scalar | maxLayerThickness () const |
Return max layer thickness which triggers removal. | |
void | setMaxLayerThickness (const scalar t) const |
Set max layer thickness which triggers removal. | |
virtual void | write (Ostream &) const |
Write. | |
virtual void | writeDict (Ostream &) const |
Write dictionary. |
|
Construct from components.
|
|
Construct from dictionary.
|
|
|
|
Check for topology change.
Implements polyMeshModifier. |
|
Return max layer thickness which triggers removal.
Definition at line 212 of file layerAdditionRemoval.H. |
|
Return min layer thickness which triggers removal.
Definition at line 203 of file layerAdditionRemoval.H. |
|
Modify motion points to comply with the topological change.
Implements polyMeshModifier. |
|
Set max layer thickness which triggers removal.
|
|
Set min layer thickness which triggers removal.
|
|
Insert the layer addition/removal instructions. into the topological change Implements polyMeshModifier. |
|
Runtime type information.
|
|
Force recalculation of locally stored data on topological change.
Implements polyMeshModifier. |
|
Write.
Implements polyMeshModifier. |
|
Write dictionary.
Implements polyMeshModifier. |