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

faceToPoint Class Reference

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

#include <meshTools/faceToPoint.H>


Detailed Description

A topoSetSource to select points based on usage in faces.

Source files

Definition at line 50 of file faceToPoint.H.

Inheritance diagram for faceToPoint:
Collaboration diagram for faceToPoint:

List of all members.

Public Types

enum  faceAction { ALL }
 

Enumeration defining the valid options.

More...

Public Member Functions

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

Member Enumeration Documentation

enum faceAction

Enumeration defining the valid options.

Enumerator:
ALL 

Definition at line 57 of file faceToPoint.H.


Constructor & Destructor Documentation

faceToPoint ( const polyMesh &   mesh,
const word &   setName,
const faceAction   option  
)

Construct from components.

Definition at line 92 of file faceToPoint.C.

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

Construct from dictionary.

Definition at line 106 of file faceToPoint.C.

faceToPoint ( const polyMesh &   mesh,
Istream &   is  
)

Construct from Istream.

Definition at line 119 of file faceToPoint.C.

~faceToPoint (  ) [virtual]

Definition at line 132 of file faceToPoint.C.


Member Function Documentation

TypeName ( "faceToPoint"    )

Runtime type information.

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

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