Base class for models that generate tabulated wall function data. More...


Public Member Functions | |
| TypeName ("tabulatedWallFunction") | |
| Run-time type information. More... | |
| declareRunTimeSelectionTable (autoPtr, tabulatedWallFunction, dictionary,(const dictionary &dict, const polyMesh &mesh),(dict, mesh)) | |
| Declare runtime constructor selection table. More... | |
| tabulatedWallFunction (const dictionary &dict, const polyMesh &mesh, const word &name) | |
| Constructor. More... | |
| virtual | ~tabulatedWallFunction () |
| Destructor. More... | |
| const word & | invertedTableName () const |
| Return the inverted table name. More... | |
| const uniformInterpolationTable< scalar > & | invertedTable () const |
| Return the inverted table. More... | |
| virtual void | write () |
| Write. More... | |
Static Public Member Functions | |
| static autoPtr< tabulatedWallFunction > | New (const dictionary &dict, const polyMesh &mesh) |
| Selector. More... | |
Protected Attributes | |
| const dictionary | dict_ |
| Main dictionary. More... | |
| const polyMesh & | mesh_ |
| Reference to the mesh database. More... | |
| const dictionary | coeffDict_ |
| Coefficients dictionary. More... | |
| word | invertedTableName_ |
| Name of inverted table. More... | |
| uniformInterpolationTable< scalar > | invertedTable_ |
| Inverted table. More... | |
Base class for models that generate tabulated wall function data.
Definition at line 54 of file tabulatedWallFunction.H.
| tabulatedWallFunction | ( | const dictionary & | dict, |
| const polyMesh & | mesh, | ||
| const word & | name | ||
| ) |
Constructor.
|
virtual |
Destructor.
| TypeName | ( | "tabulatedWallFunction" | ) |
Run-time type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| tabulatedWallFunction | , | ||
| dictionary | , | ||
| (const dictionary &dict, const polyMesh &mesh) | , | ||
| (dict, mesh) | |||
| ) |
Declare runtime constructor selection table.
|
static |
Selector.
|
inline |
Return the inverted table name.
Definition at line 31 of file tabulatedWallFunctionI.H.
References tabulatedWallFunction::invertedTableName_.
|
inline |
Return the inverted table.
Definition at line 38 of file tabulatedWallFunctionI.H.
References tabulatedWallFunction::invertedTable_.
|
virtual |
Write.
|
protected |
Main dictionary.
Definition at line 61 of file tabulatedWallFunction.H.
|
protected |
Reference to the mesh database.
Definition at line 64 of file tabulatedWallFunction.H.
|
protected |
Coefficients dictionary.
Definition at line 67 of file tabulatedWallFunction.H.
|
protected |
Name of inverted table.
Definition at line 70 of file tabulatedWallFunction.H.
Referenced by tabulatedWallFunction::invertedTableName().
|
protected |
Inverted table.
Definition at line 73 of file tabulatedWallFunction.H.
Referenced by tabulatedWallFunction::invertedTable().
1.8.13