Class to hold information related to the simaulation case. More...
Public Member Functions | |
| caseInfo (const Time &runTime, const word ®ionName) | |
| Constructor. More... | |
| void | checkPatches (const word ®ionPrefix, const boundaryTemplates &bcTemplates) const |
| Check patches. More... | |
| const List< wordRes > & | patchNames () const |
| Return the list of patch names. More... | |
| const word & | conditionName (const label patchI) const |
| Return the condition name for patch with index patchI. More... | |
| const word & | patchCategory (const label patchI) const |
| Return the category name for patch with index patchI. More... | |
| const word & | patchType (const label patchI) const |
| Return the type name for patch with index patchI. More... | |
| label | findPatchConditionID (const label patchI, const word &patchName) const |
| Return the condition ID for a boundary patch. More... | |
| dictionary | generateBoundaryField (const word ®ionPrefix, const word &fieldName, const boundaryTemplates &bcTemplates) const |
| Generate boundary field (dictionary) More... | |
Class to hold information related to the simaulation case.
Definition at line 56 of file caseInfo.H.
| void checkPatches | ( | const word & | regionPrefix, |
| const boundaryTemplates & | bcTemplates | ||
| ) | const |
Check patches.
| const word& conditionName | ( | const label | patchI | ) | const |
Return the condition name for patch with index patchI.
| const word& patchCategory | ( | const label | patchI | ) | const |
Return the category name for patch with index patchI.
| const word& patchType | ( | const label | patchI | ) | const |
Return the type name for patch with index patchI.
| label findPatchConditionID | ( | const label | patchI, |
| const word & | patchName | ||
| ) | const |
Return the condition ID for a boundary patch.
| dictionary generateBoundaryField | ( | const word & | regionPrefix, |
| const word & | fieldName, | ||
| const boundaryTemplates & | bcTemplates | ||
| ) | const |
Generate boundary field (dictionary)