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

pointToFace Class Reference

A topoSetSource to select faces based on use of points. More...

#include <meshTools/pointToFace.H>


Detailed Description

A topoSetSource to select faces based on use of points.

Source files

Definition at line 50 of file pointToFace.H.

Inheritance diagram for pointToFace:
Collaboration diagram for pointToFace:

List of all members.

Public Types

enum  pointAction { ANY, ALL }
 

Enumeration defining the valid options.

More...

Public Member Functions

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

Member Enumeration Documentation

Enumeration defining the valid options.

Enumerator:
ANY 
ALL 

Definition at line 58 of file pointToFace.H.


Constructor & Destructor Documentation

pointToFace ( const polyMesh &   mesh,
const word &   setName,
const pointAction   option  
)

Construct from components.

Definition at line 148 of file pointToFace.C.

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

Construct from dictionary.

Definition at line 162 of file pointToFace.C.

pointToFace ( const polyMesh &   mesh,
Istream &   is  
)

Construct from Istream.

Definition at line 175 of file pointToFace.C.

~pointToFace (  ) [virtual]

Definition at line 188 of file pointToFace.C.


Member Function Documentation

TypeName ( "pointToFace"    )

Runtime type information.

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

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