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