attachDetach Class Reference

Attach/detach boundary mesh modifier. This modifier takes a set of internal faces and converts them into boundary faces and vice versa based on the given activation switch. More...

Inheritance diagram for attachDetach:
[legend]
Collaboration diagram for attachDetach:
[legend]

Public Member Functions

 TypeName ("attachDetach")
 Runtime type information. More...
 
 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. More...
 
 attachDetach (const word &name, const dictionary &dict, const label index, const polyTopoChanger &mesh)
 Construct from dictionary. More...
 
virtual ~attachDetach ()=default
 Destructor. More...
 
const polyPatchIDmasterPatchID () const
 Return master patch ID. More...
 
const polyPatchIDslavePatchID () const
 Return slave patch ID. More...
 
bool attached () const
 Is the interface attached? More...
 
bool manualTrigger () const
 Is manually triggered? More...
 
bool setAttach () const
 
bool setDetach () const
 
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...
 
const scalarFieldtriggerTimes () const
 Get reference to trigger times. More...
 
virtual void write (Ostream &) const
 Write. More...
 
virtual void writeDict (Ostream &) const
 Write dictionary. 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...
 
virtual ~polyMeshModifier ()=default
 Destructor. More...
 
const wordname () const
 Return name of this modifier. More...
 
label index () const
 Return the index of this modifier. More...
 
const polyTopoChangertopoChanger () const
 Return reference to morph engine. More...
 
Switch active () const
 If modifier activate? More...
 
void enable () const
 Activate mesh modifier. More...
 
void disable () const
 Activate mesh modifier. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from polyMeshModifier
static autoPtr< polyMeshModifierNew (const word &name, const dictionary &dict, const label index, const polyTopoChanger &mme)
 Select constructed from dictionary. More...
 

Detailed Description

Attach/detach boundary mesh modifier. This modifier takes a set of internal faces and converts them into boundary faces and vice versa based on the given activation switch.

The patch is oriented using the flip map in the face zone. The oriented faces are put into the master patch and their mirror images into the slave.

Source files

Definition at line 62 of file attachDetach.H.

Constructor & Destructor Documentation

◆ attachDetach() [1/2]

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.

Definition at line 231 of file attachDetach.C.

◆ attachDetach() [2/2]

attachDetach ( const word name,
const dictionary dict,
const label  index,
const polyTopoChanger mesh 
)

Construct from dictionary.

Definition at line 258 of file attachDetach.C.

◆ ~attachDetach()

virtual ~attachDetach ( )
virtualdefault

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "attachDetach"  )

Runtime type information.

◆ masterPatchID()

const polyPatchID& masterPatchID ( ) const
inline

Return master patch ID.

Definition at line 183 of file attachDetach.H.

◆ slavePatchID()

const polyPatchID& slavePatchID ( ) const
inline

Return slave patch ID.

Definition at line 189 of file attachDetach.H.

◆ attached()

bool attached ( ) const
inline

Is the interface attached?

Definition at line 195 of file attachDetach.H.

◆ manualTrigger()

bool manualTrigger ( ) const
inline

Is manually triggered?

Definition at line 201 of file attachDetach.H.

◆ setAttach()

bool setAttach ( ) const

Definition at line 294 of file attachDetach.C.

◆ setDetach()

bool setDetach ( ) const

Definition at line 302 of file attachDetach.C.

◆ changeTopology()

bool changeTopology ( ) const
virtual

Check for topology change.

Implements polyMeshModifier.

Definition at line 310 of file attachDetach.C.

References Foam::expressions::patchExpr::debug, Foam::endl(), mesh, Foam::name(), Foam::nl, and Foam::Pout.

Here is the call graph for this function:

◆ setRefinement()

void setRefinement ( polyTopoChange ref) const
virtual

Insert the layer addition/removal instructions.

into the topological change

Implements polyMeshModifier.

Definition at line 378 of file attachDetach.C.

References Foam::abort(), Foam::FatalError, FatalErrorInFunction, and ref().

Here is the call graph for this function:

◆ modifyMotionPoints()

void modifyMotionPoints ( pointField motionPoints) const
virtual

Modify motion points to comply with the topological change.

Implements polyMeshModifier.

Definition at line 277 of file attachInterface.C.

References Foam::expressions::patchExpr::debug, Foam::endl(), forAll, Foam::mag(), Foam::name(), and Foam::Pout.

Here is the call graph for this function:

◆ updateMesh()

void updateMesh ( const mapPolyMesh )
virtual

Force recalculation of locally stored data on topological change.

Implements polyMeshModifier.

Definition at line 413 of file attachDetach.C.

References polyMesh::boundaryMesh(), polyMesh::faceZones(), mesh, and dynamicFvMesh::update().

Here is the call graph for this function:

◆ triggerTimes()

const scalarField& triggerTimes ( ) const
inline

Get reference to trigger times.

Definition at line 226 of file attachDetach.H.

◆ write()

void write ( Ostream os) const
virtual

Write.

Implements polyMeshModifier.

Definition at line 426 of file attachDetach.C.

References Foam::endl(), Foam::name(), Foam::nl, os(), and Foam::type().

Here is the call graph for this function:

◆ writeDict()

void writeDict ( Ostream os) const
virtual

Write dictionary.

Implements polyMeshModifier.

Definition at line 437 of file attachDetach.C.

References Ostream::beginBlock(), Ostream::endBlock(), Foam::name(), Switch::name(), Foam::nl, os(), Foam::type(), and Ostream::writeEntry().

Here is the call graph for this function:

The documentation for this class was generated from the following files: