A topoSetSource to select faces based on cellZone. More...
#include <meshTools/zoneToCell.H>
A topoSetSource to select faces based on cellZone.
Definition at line 50 of file zoneToCell.H.
Public Member Functions | |
TypeName ("zoneToCell") | |
Runtime type information.
| |
zoneToCell (const polyMesh &mesh, const word &zoneName) | |
Construct from components.
| |
zoneToCell (const polyMesh &mesh, const dictionary &dict) | |
Construct from dictionary.
| |
zoneToCell (const polyMesh &mesh, Istream &) | |
Construct from Istream.
| |
virtual | ~zoneToCell () |
virtual void | applyToSet (const topoSetSource::setAction action, topoSet &) const |
zoneToCell | ( | const polyMesh & | mesh, |
const word & | zoneName | ||
) |
Construct from components.
Definition at line 97 of file zoneToCell.C.
zoneToCell | ( | const polyMesh & | mesh, |
const dictionary & | dict | ||
) |
Construct from dictionary.
Definition at line 109 of file zoneToCell.C.
zoneToCell | ( | const polyMesh & | mesh, |
Istream & | is | ||
) |
Construct from Istream.
Definition at line 121 of file zoneToCell.C.
~zoneToCell | ( | ) | [virtual]
|
Definition at line 133 of file zoneToCell.C.
TypeName | ( | "zoneToCell" | ) |
Runtime type information.
void applyToSet | ( | const topoSetSource::setAction | action, |
topoSet & | set | ||
) | const [virtual]
|
Implements topoSetSource.
Definition at line 140 of file zoneToCell.C.
References topoSetSource::ADD, Foam::ListListOps::combine(), topoSetSource::DELETE, Foam::endl(), Foam::Info, and topoSetSource::NEW.