A topoSetSource to select cells based on field values. More...
#include <meshTools/fieldToCell.H>
A topoSetSource to select cells based on field values.
Definition at line 50 of file fieldToCell.H.
Public Member Functions | |
TypeName ("fieldToCell") | |
Runtime type information.
| |
fieldToCell (const polyMesh &mesh, const word &fieldName, const scalar min, const scalar max) | |
Construct from components.
| |
fieldToCell (const polyMesh &mesh, const dictionary &dict) | |
Construct from dictionary.
| |
fieldToCell (const polyMesh &mesh, Istream &) | |
Construct from Istream.
| |
virtual | ~fieldToCell () |
virtual void | applyToSet (const topoSetSource::setAction action, topoSet &) const |
fieldToCell | ( | const polyMesh & | mesh, |
const word & | fieldName, | ||
const scalar | min, | ||
const scalar | max | ||
) |
Construct from components.
Definition at line 101 of file fieldToCell.C.
fieldToCell | ( | const polyMesh & | mesh, |
const dictionary & | dict | ||
) |
Construct from dictionary.
Definition at line 117 of file fieldToCell.C.
fieldToCell | ( | const polyMesh & | mesh, |
Istream & | is | ||
) |
Construct from Istream.
Definition at line 131 of file fieldToCell.C.
~fieldToCell | ( | ) | [virtual]
|
Definition at line 145 of file fieldToCell.C.
TypeName | ( | "fieldToCell" | ) |
Runtime type information.
void applyToSet | ( | const topoSetSource::setAction | action, |
topoSet & | set | ||
) | const [virtual]
|
Implements topoSetSource.
Definition at line 152 of file fieldToCell.C.
References IOobject::AUTO_WRITE, Foam::endl(), IOobject::filePath(), IOobject::headerClassName(), IOobject::headerOk(), Foam::mag(), mesh, IOobject::MUST_READ, fvMesh::time(), Time::timeName(), timeName, and WarningIn.