![]() |
|
Public Member Functions | |
TypeName ("faBoundaryMesh") | |
Runtime type information. | |
faBoundaryMesh (const IOobject &io, const faMesh &fam) | |
Construct from dictionary. | |
faBoundaryMesh (const IOobject &io, const faMesh &fam, const label size) | |
Construct given size. | |
void | calcGeometry () |
Calculate the geometry for the patches (transformation tensors etc.). | |
const faMesh & | mesh () const |
Return the mesh reference. | |
wordList | types () const |
Return a list of patch types. | |
wordList | names () const |
Return a list of patch names. | |
label | findPatchID (const word &patchName) const |
Find patch index given a name. | |
label | whichPatch (const label edgeIndex) const |
Return patch index for a given edge label. | |
bool | checkDefinition (const bool report=false) const |
Check boundary definition. | |
void | movePoints (const pointField &) |
Correct faBoundaryMesh after moving points. | |
bool | writeData (Ostream &) const |
writeData member function required by regIOobject | |
Friends | |
Ostream & | operator<< (Ostream &, const faBoundaryMesh &) |
|
Construct from dictionary.
|
|
Construct given size.
|
|
Calculate the geometry for the patches (transformation tensors etc.).
|
|
Check boundary definition.
|
|
Find patch index given a name.
|
|
Return the mesh reference.
|
|
Correct faBoundaryMesh after moving points.
|
|
Return a list of patch names. wordList geometricTypes() const; |
|
Runtime type information.
|
|
Return a list of patch types.
|
|
Return patch index for a given edge label.
|
|
writeData member function required by regIOobject
Implements regIOobject. |
|
|