Go to the documentation of this file.
37 #ifndef tabulatedWallFunction_H
38 #define tabulatedWallFunction_H
50 namespace tabulatedWallFunctions
132 virtual void write();
A class for handling words, derived from Foam::string.
const word & invertedTableName() const
Mesh consisting of general polyhedral cells.
const uniformInterpolationTable< scalar > & invertedTable() const
static autoPtr< tabulatedWallFunction > New(const dictionary &dict, const polyMesh &mesh)
const dictionary coeffDict_
tabulatedWallFunction(const dictionary &dict, const polyMesh &mesh, const word &name)
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
TypeName("tabulatedWallFunction")
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
Macros to ease declaration of run-time selection tables.
virtual ~tabulatedWallFunction()
word name(const expressions::valueTypeCode typeCode)
declareRunTimeSelectionTable(autoPtr, tabulatedWallFunction, dictionary,(const dictionary &dict, const polyMesh &mesh),(dict, mesh))
uniformInterpolationTable< scalar > invertedTable_
Base class for models that generate tabulated wall function data.