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

sphereToCell Class Reference

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

#include <meshTools/sphereToCell.H>


Detailed Description

A topoSetSource to select cells based on cell centres inside sphere.

Source files

Definition at line 49 of file sphereToCell.H.

Inheritance diagram for sphereToCell:
Collaboration diagram for sphereToCell:

List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

sphereToCell ( const polyMesh &   mesh,
const vector &   centre,
const scalar   radius  
)

Construct from components.

Definition at line 70 of file sphereToCell.C.

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

Construct from dictionary.

Definition at line 83 of file sphereToCell.C.

sphereToCell ( const polyMesh &   mesh,
Istream &   is  
)

Construct from Istream.

Definition at line 96 of file sphereToCell.C.

~sphereToCell (  ) [virtual]

Definition at line 109 of file sphereToCell.C.


Member Function Documentation

TypeName ( "sphereToCell"    )

Runtime type information.

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

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