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

regionToCell Class Reference

TopoSetSource. Select cells belonging to topological connected region (that contains given point) More...

#include <meshTools/regionToCell.H>


Detailed Description

TopoSetSource. Select cells belonging to topological connected region (that contains given point)

Source files

Definition at line 50 of file regionToCell.H.

Inheritance diagram for regionToCell:
Collaboration diagram for regionToCell:

List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

regionToCell ( const polyMesh &   mesh,
const word &   setName,
const point &   insidePoint  
)

Construct from components.

Definition at line 158 of file regionToCell.C.

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

Construct from dictionary.

Definition at line 172 of file regionToCell.C.

regionToCell ( const polyMesh &   mesh,
Istream &   is  
)

Construct from Istream.

Definition at line 185 of file regionToCell.C.

~regionToCell (  ) [virtual]

Definition at line 198 of file regionToCell.C.


Member Function Documentation

TypeName ( "regionToCell"    )

Runtime type information.

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

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