FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

boundaryToFace Class Reference

A topoSetSource to select all external (boundary) faces. More...

#include <meshTools/boundaryToFace.H>


Detailed Description

A topoSetSource to select all external (boundary) faces.

Source files

Definition at line 49 of file boundaryToFace.H.

Inheritance diagram for boundaryToFace:
Collaboration diagram for boundaryToFace:

List of all members.

Public Member Functions

 TypeName ("boundaryToFace")
 Runtime type information.
 boundaryToFace (const polyMesh &)
 Construct from components.
 boundaryToFace (const polyMesh &mesh, const dictionary &dict)
 Construct from dictionary.
 boundaryToFace (const polyMesh &mesh, Istream &)
 Construct from Istream.
virtual  ~boundaryToFace ()
virtual void  applyToSet (const topoSetSource::setAction action, topoSet &) const

Constructor & Destructor Documentation

boundaryToFace ( const polyMesh &   mesh  )

Construct from components.

Definition at line 72 of file boundaryToFace.C.

boundaryToFace ( const polyMesh &   mesh,
const dictionary &   dict  
)

Construct from dictionary.

Definition at line 79 of file boundaryToFace.C.

boundaryToFace ( const polyMesh &   mesh,
Istream &   is  
)

Construct from Istream.

Definition at line 87 of file boundaryToFace.C.

~boundaryToFace (  ) [virtual]

Definition at line 98 of file boundaryToFace.C.


Member Function Documentation

TypeName ( "boundaryToFace"    )

Runtime type information.

void applyToSet ( const topoSetSource::setAction   action,
topoSet &   set  
) const [virtual]

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