A topoSetSource to select cells based on side of faceZone. More...
#include <meshTools/faceZoneToCell.H>
A topoSetSource to select cells based on side of faceZone.
Definition at line 50 of file faceZoneToCell.H.
Public Types | |
enum | faceAction { MASTER, SLAVE } |
Enumeration defining the valid options. More... | |
Public Member Functions | |
TypeName ("faceZoneToCell") | |
Runtime type information.
| |
faceZoneToCell (const polyMesh &mesh, const word &zoneName, const faceAction option) | |
Construct from components.
| |
faceZoneToCell (const polyMesh &mesh, const dictionary &dict) | |
Construct from dictionary.
| |
faceZoneToCell (const polyMesh &mesh, Istream &) | |
Construct from Istream.
| |
virtual | ~faceZoneToCell () |
virtual void | applyToSet (const topoSetSource::setAction action, topoSet &) const |
enum faceAction |
Enumeration defining the valid options.
Definition at line 56 of file faceZoneToCell.H.
faceZoneToCell | ( | const polyMesh & | mesh, |
const word & | zoneName, | ||
const faceAction | option | ||
) |
Construct from components.
Definition at line 115 of file faceZoneToCell.C.
faceZoneToCell | ( | const polyMesh & | mesh, |
const dictionary & | dict | ||
) |
Construct from dictionary.
Definition at line 129 of file faceZoneToCell.C.
faceZoneToCell | ( | const polyMesh & | mesh, |
Istream & | is | ||
) |
Construct from Istream.
Definition at line 142 of file faceZoneToCell.C.
~faceZoneToCell | ( | ) | [virtual]
|
Definition at line 155 of file faceZoneToCell.C.
TypeName | ( | "faceZoneToCell" | ) |
Runtime type information.
void applyToSet | ( | const topoSetSource::setAction | action, |
topoSet & | set | ||
) | const [virtual]
|
Implements topoSetSource.
Definition at line 162 of file faceZoneToCell.C.
References topoSetSource::ADD, Foam::ListListOps::combine(), topoSetSource::DELETE, Foam::endl(), Foam::Info, and topoSetSource::NEW.