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

boxToFace Class Reference

A topoSetSource to select faces based on face centres inside box. More...

#include <meshTools/boxToFace.H>


Detailed Description

A topoSetSource to select faces based on face centres inside box.

Source files

Definition at line 50 of file boxToFace.H.

Inheritance diagram for boxToFace:
Collaboration diagram for boxToFace:

List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

boxToFace ( const polyMesh &   mesh,
const treeBoundBox &   bb  
)

Construct from components.

Definition at line 73 of file boxToFace.C.

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

Construct from dictionary.

Definition at line 85 of file boxToFace.C.

boxToFace ( const polyMesh &   mesh,
Istream &   is  
)

Construct from Istream.

Definition at line 97 of file boxToFace.C.

~boxToFace (  ) [virtual]

Definition at line 109 of file boxToFace.C.


Member Function Documentation

TypeName ( "boxToFace"    )

Runtime type information.

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

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