![]() |
|
Public Member Functions | |
TypeName ("attachDetach") | |
Runtime type information. | |
attachDetach (const word &name, const label index, const polyTopoChanger &mme, const word &faceZoneName, const word &masterPatchName, const word &slavePatchName, const scalarField &triggerTimes, const bool manualTrigger=false) | |
Construct from components. | |
attachDetach (const word &name, const dictionary &dict, const label index, const polyTopoChanger &mesh) | |
Construct from dictionary. | |
virtual | ~attachDetach () |
const polyPatchID & | masterPatchID () const |
Return master patch ID. | |
const polyPatchID & | slavePatchID () const |
Return slave patch ID. | |
bool | attached () const |
Is the interface attached? | |
const Switch & | manualTrigger () const |
bool | setAttach () const |
bool | setDetach () const |
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. | |
const scalarField & | triggerTimes () const |
Get reference to trigger times. | |
virtual void | write (Ostream &) const |
Write. | |
virtual void | writeDict (Ostream &) const |
Write dictionary. |
|
Construct from components.
|
|
Construct from dictionary.
|
|
|
|
Is the interface attached?
Definition at line 204 of file attachDetach.H. |
|
Check for topology change.
Implements polyMeshModifier. |
|
Definition at line 209 of file attachDetach.H. References Foam::pointField, and Foam::scalarField. |
|
Return master patch ID.
Definition at line 192 of file attachDetach.H. |
|
Modify motion points to comply with the topological change.
Implements polyMeshModifier. |
|
|
|
|
|
Insert the layer addition/removal instructions. into the topological change Implements polyMeshModifier. |
|
Return slave patch ID.
Definition at line 198 of file attachDetach.H. |
|
Get reference to trigger times.
Definition at line 236 of file attachDetach.H. |
|
Runtime type information.
|
|
Force recalculation of locally stored data on topological change.
Implements polyMeshModifier. |
|
Write.
Implements polyMeshModifier. |
|
Write dictionary.
Implements polyMeshModifier. |