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

cylinderToCell Class Reference

A topoSetSource to select cells based on cell centres inside a cylinder. More...

#include <meshTools/cylinderToCell.H>


Detailed Description

A topoSetSource to select cells based on cell centres inside a cylinder.

Source files

Definition at line 49 of file cylinderToCell.H.

Inheritance diagram for cylinderToCell:
Collaboration diagram for cylinderToCell:

List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

cylinderToCell ( const polyMesh &   mesh,
const vector &   p1,
const vector &   p2,
const scalar   radius  
)

Construct from components.

Definition at line 78 of file cylinderToCell.C.

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

Construct from dictionary.

Definition at line 93 of file cylinderToCell.C.

cylinderToCell ( const polyMesh &   mesh,
Istream &   is  
)

Construct from Istream.

Definition at line 107 of file cylinderToCell.C.

~cylinderToCell (  ) [virtual]

Definition at line 121 of file cylinderToCell.C.


Member Function Documentation

TypeName ( "cylinderToCell"    )

Runtime type information.

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

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