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

normalToFace Class Reference

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

#include <meshTools/normalToFace.H>


Detailed Description

A topoSetSource to select faces based on normal.

Source files

Definition at line 50 of file normalToFace.H.

Inheritance diagram for normalToFace:
Collaboration diagram for normalToFace:

List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

normalToFace ( const polyMesh &   mesh,
const vector &   normal,
const scalar   tol  
)

Construct from components.

Definition at line 79 of file normalToFace.C.

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

Construct from dictionary.

Definition at line 94 of file normalToFace.C.

normalToFace ( const polyMesh &   mesh,
Istream &   is  
)

Construct from Istream.

Definition at line 105 of file normalToFace.C.

~normalToFace (  ) [virtual]

Definition at line 117 of file normalToFace.C.


Member Function Documentation

TypeName ( "normalToFace"    )

Runtime type information.


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