Class to interrogate the polyMesh/boundary file to provide mesh patching information, without the need to read the mesh. More...
#include <boundaryInfo.H>
Public Member Functions | |
| boundaryInfo (const Time &runTime, const word ®ionName) | |
| Constructor. | |
| const wordList & | names () const |
| Patch names. | |
| const wordList & | types () const |
| Patch types. | |
| const boolList & | constraint () const |
| Constraint flag. | |
| const List< wordList > & | groups () const |
| Groups. | |
| const wordHashSet & | allGroupNames () const |
| Set of all group names. | |
| void | setType (const label patchI, const word &condition) |
| Set the patch type based on the condition. | |
| void | write () const |
| Write the boundary dictionary. | |
Class to interrogate the polyMesh/boundary file to provide mesh patching information, without the need to read the mesh.
Definition at line 48 of file boundaryInfo.H.
Constructor.
References regionName, and runTime.
| const wordList & names | ( | ) | const |
Patch names.
| const wordList & types | ( | ) | const |
Patch types.
| const boolList & constraint | ( | ) | const |
Constraint flag.
| const wordHashSet & allGroupNames | ( | ) | const |
Set of all group names.
| void setType | ( | const label | patchI, |
| const word & | condition ) |
Set the patch type based on the condition.
| void write | ( | ) | const |
Write the boundary dictionary.