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

cylinderAnnulusToCell Class Reference

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

#include <meshTools/cylinderAnnulusToCell.H>


Detailed Description

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

Source files

Definition at line 50 of file cylinderAnnulusToCell.H.

Inheritance diagram for cylinderAnnulusToCell:
Collaboration diagram for cylinderAnnulusToCell:

List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

cylinderAnnulusToCell ( const polyMesh &   mesh,
const vector &   p1,
const vector &   p2,
const scalar   outerRadius,
const scalar   innerRadius  
)

Construct from components.

Definition at line 80 of file cylinderAnnulusToCell.C.

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

Construct from dictionary.

Definition at line 97 of file cylinderAnnulusToCell.C.

cylinderAnnulusToCell ( const polyMesh &   mesh,
Istream &   is  
)

Construct from Istream.

Definition at line 112 of file cylinderAnnulusToCell.C.

~cylinderAnnulusToCell (  ) [virtual]

Definition at line 127 of file cylinderAnnulusToCell.C.


Member Function Documentation

TypeName ( "cylinderAnnulusToCell"    )

Runtime type information.

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

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