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

zoneToFace Class Reference

A topoSetSource to select faces based on faceZone. More...

#include <meshTools/zoneToFace.H>


Detailed Description

A topoSetSource to select faces based on faceZone.

Source files

Definition at line 50 of file zoneToFace.H.

Inheritance diagram for zoneToFace:
Collaboration diagram for zoneToFace:

List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

zoneToFace ( const polyMesh &   mesh,
const word &   zoneName  
)

Construct from components.

Definition at line 97 of file zoneToFace.C.

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

Construct from dictionary.

Definition at line 109 of file zoneToFace.C.

zoneToFace ( const polyMesh &   mesh,
Istream &   is  
)

Construct from Istream.

Definition at line 121 of file zoneToFace.C.

~zoneToFace (  ) [virtual]

Definition at line 133 of file zoneToFace.C.


Member Function Documentation

TypeName ( "zoneToFace"    )

Runtime type information.

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

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