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

patchToFace Class Reference

A topoSetSource to select faces based on usage in patches. More...

#include <meshTools/patchToFace.H>


Detailed Description

A topoSetSource to select faces based on usage in patches.

Source files

Definition at line 50 of file patchToFace.H.

Inheritance diagram for patchToFace:
Collaboration diagram for patchToFace:

List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

patchToFace ( const polyMesh &   mesh,
const word &   patchName  
)

Construct from components.

Definition at line 96 of file patchToFace.C.

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

Construct from dictionary.

Definition at line 108 of file patchToFace.C.

patchToFace ( const polyMesh &   mesh,
Istream &   is  
)

Construct from Istream.

Definition at line 120 of file patchToFace.C.

~patchToFace (  ) [virtual]

Definition at line 132 of file patchToFace.C.


Member Function Documentation

TypeName ( "patchToFace"    )

Runtime type information.

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

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