Loading...
Searching...
No Matches
faceZoneSelection Class Reference

Select faces from faceZone. More...

#include <faceZoneSelection.H>

Inheritance diagram for faceZoneSelection:
Collaboration diagram for faceZoneSelection:

Public Member Functions

 TypeName ("faceZone")
 Runtime type information.
 faceZoneSelection (const word &name, const fvMesh &mesh, const dictionary &dict)
 Construct from dictionary.
autoPtr< faceSelectionclone () const
 Clone.
virtual ~faceZoneSelection ()
 Destructor.
virtual void select (const label zoneID, labelList &, boolList &) const
 Apply this selector.
Public Member Functions inherited from faceSelection
 TypeName ("faceSelection")
 Runtime type information.
 declareRunTimeSelectionTable (autoPtr, faceSelection, dictionary,(const word &name, const fvMesh &mesh, const dictionary &dict),(name, mesh, dict))
 faceSelection (const word &name, const fvMesh &mesh, const dictionary &dict)
 Construct from dictionary.
autoPtr< faceSelectionclone () const
 Clone.
virtual ~faceSelection ()
 Destructor.
const wordname () const
const dictionarydict () const

Additional Inherited Members

Static Public Member Functions inherited from faceSelection
static autoPtr< faceSelectionNew (const word &name, const fvMesh &mesh, const dictionary &dict)
 Return a reference to the selected faceSelection.
Protected Attributes inherited from faceSelection
const word name_
 Name.
const fvMeshmesh_
 Reference to mesh.
const dictionary dict_
 Input dictionary.
const bool flip_
 Switch direction?

Detailed Description

Select faces from faceZone.

Source files

Definition at line 54 of file faceZoneSelection.H.

Constructor & Destructor Documentation

◆ faceZoneSelection()

faceZoneSelection ( const word & name,
const fvMesh & mesh,
const dictionary & dict )

Construct from dictionary.

References faceSelection::dict(), mesh, and faceSelection::name().

Here is the call graph for this function:

◆ ~faceZoneSelection()

virtual ~faceZoneSelection ( )
virtual

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "faceZone" )

Runtime type information.

◆ clone()

autoPtr< faceSelection > clone ( ) const
inline

Clone.

Definition at line 91 of file faceZoneSelection.H.

References NotImplemented.

◆ select()

virtual void select ( const label zoneID,
labelList & ,
boolList &  ) const
virtual

Apply this selector.

Implements faceSelection.


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