35 #ifndef tabulatedWallFunction_H 36 #define tabulatedWallFunction_H 48 namespace tabulatedWallFunctions
130 virtual void write();
const polyMesh & mesh_
Reference to the mesh database.
A list of keyword definitions, which are a keyword followed by any number of values (e...
tabulatedWallFunction(const dictionary &dict, const polyMesh &mesh, const word &name)
Constructor.
const dictionary coeffDict_
Coefficients dictionary.
Base class for models that generate tabulated wall function data.
const uniformInterpolationTable< scalar > & invertedTable() const
Return the inverted table.
static autoPtr< tabulatedWallFunction > New(const dictionary &dict, const polyMesh &mesh)
Selector.
A class for handling words, derived from string.
word name(const complex &)
Return a string representation of a complex.
virtual void write()
Write.
const dictionary dict_
Main dictionary.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Mesh consisting of general polyhedral cells.
declareRunTimeSelectionTable(autoPtr, tabulatedWallFunction, dictionary,(const dictionary &dict, const polyMesh &mesh),(dict, mesh))
Declare runtime constructor selection table.
Macros to ease declaration of run-time selection tables.
uniformInterpolationTable< scalar > invertedTable_
Inverted table.
word invertedTableName_
Name of inverted table.
TypeName("tabulatedWallFunction")
Run-time type information.
virtual ~tabulatedWallFunction()
Destructor.
const word & invertedTableName() const
Return the inverted table name.