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

setToCellZone Class Reference

A topoSetSource to select cells based on usage in a cellSet. More...

#include <meshTools/setToCellZone.H>


Detailed Description

A topoSetSource to select cells based on usage in a cellSet.

Source files

Definition at line 49 of file setToCellZone.H.

Inheritance diagram for setToCellZone:
Collaboration diagram for setToCellZone:

List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

setToCellZone ( const polyMesh &   mesh,
const word &   setName  
)

Construct from components.

Definition at line 58 of file setToCellZone.C.

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

Construct from dictionary.

Definition at line 70 of file setToCellZone.C.

setToCellZone ( const polyMesh &   mesh,
Istream &   is  
)

Construct from Istream.

Definition at line 82 of file setToCellZone.C.

~setToCellZone (  ) [virtual]

Definition at line 94 of file setToCellZone.C.


Member Function Documentation

TypeName ( "setToCellZone"    )

Runtime type information.


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