faceSelection Class Referenceabstract

Face selection method for createBaffles. More...

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

Public Member Functions

 TypeName ("faceSelection")
 Runtime type information. More...
 
 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. More...
 
autoPtr< faceSelectionclone () const
 Clone. More...
 
virtual ~faceSelection ()
 Destructor. More...
 
const wordname () const
 
const dictionarydict () const
 
virtual void select (const label, labelList &, boolList &) const =0
 

Static Public Member Functions

static autoPtr< faceSelectionNew (const word &name, const fvMesh &mesh, const dictionary &dict)
 Return a reference to the selected faceSelection. More...
 

Protected Attributes

const word name_
 Name. More...
 
const fvMeshmesh_
 Reference to mesh. More...
 
const dictionary dict_
 Input dictionary. More...
 
const bool flip_
 Switch direction? More...
 

Detailed Description

Face selection method for createBaffles.

Source files

Definition at line 58 of file faceSelection.H.

Constructor & Destructor Documentation

◆ faceSelection()

faceSelection ( const word name,
const fvMesh mesh,
const dictionary dict 
)

Construct from dictionary.

◆ ~faceSelection()

virtual ~faceSelection ( )
virtual

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "faceSelection"  )

Runtime type information.

◆ declareRunTimeSelectionTable()

declareRunTimeSelectionTable ( autoPtr  ,
faceSelection  ,
dictionary  ,
(const word &name, const fvMesh &mesh, const dictionary &dict ,
(name, mesh, dict  
)

◆ clone()

autoPtr< faceSelection > clone ( ) const
inline

Clone.

Definition at line 109 of file faceSelection.H.

References NotImplemented.

◆ New()

static autoPtr< faceSelection > New ( const word name,
const fvMesh mesh,
const dictionary dict 
)
static

Return a reference to the selected faceSelection.

◆ name()

const word & name ( ) const
inline

Definition at line 133 of file faceSelection.H.

References faceSelection::name_.

◆ dict()

const dictionary & dict ( ) const
inline

Definition at line 138 of file faceSelection.H.

References faceSelection::dict_.

◆ select()

virtual void select ( const  label,
labelList ,
boolList  
) const
pure virtual

Member Data Documentation

◆ name_

const word name_
protected

Name.

Definition at line 65 of file faceSelection.H.

Referenced by faceSelection::name().

◆ mesh_

const fvMesh& mesh_
protected

Reference to mesh.

Definition at line 68 of file faceSelection.H.

◆ dict_

const dictionary dict_
protected

Input dictionary.

Definition at line 71 of file faceSelection.H.

Referenced by faceSelection::dict().

◆ flip_

const bool flip_
protected

Switch direction?

Definition at line 74 of file faceSelection.H.


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