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

boxToCell Class Reference

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

#include <meshTools/boxToCell.H>


Detailed Description

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

Source files

Definition at line 50 of file boxToCell.H.

Inheritance diagram for boxToCell:
Collaboration diagram for boxToCell:

List of all members.

Public Member Functions

 TypeName ("boxToCell")
 Runtime type information.
 boxToCell (const polyMesh &mesh, const treeBoundBox &bb)
 Construct from components.
 boxToCell (const polyMesh &mesh, const dictionary &dict)
 Construct from dictionary.
 boxToCell (const polyMesh &mesh, Istream &)
 Construct from Istream.
virtual  ~boxToCell ()
virtual void  applyToSet (const topoSetSource::setAction action, topoSet &) const

Constructor & Destructor Documentation

boxToCell ( const polyMesh &   mesh,
const treeBoundBox &   bb  
)

Construct from components.

Definition at line 73 of file boxToCell.C.

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

Construct from dictionary.

Definition at line 85 of file boxToCell.C.

boxToCell ( const polyMesh &   mesh,
Istream &   is  
)

Construct from Istream.

Definition at line 97 of file boxToCell.C.

~boxToCell (  ) [virtual]

Definition at line 108 of file boxToCell.C.


Member Function Documentation

TypeName ( "boxToCell"    )

Runtime type information.

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

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