Go to the documentation of this file.
75 namespace tabulatedWallFunctions
151 virtual scalar
yPlus(
const scalar
uPlus)
const;
154 virtual scalar
Re(
const scalar
uPlus)
const;
interpolationType interpType_
Mesh consisting of general polyhedral cells.
general(const dictionary &dict, const polyMesh &mesh)
virtual void invertTable()
virtual void writeData(Ostream &os) const
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
OBJstream os(runTime.globalPath()/outputName)
virtual scalar yPlus(const scalar uPlus) const
virtual scalar interpolate(const scalar xi, const scalarList &x, const scalarList &fx) const
static const Enum< interpolationType > interpolationTypeNames_
Computes U+ as a function of Reynolds number by inverting table of y+ vs U+.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
virtual scalar Re(const scalar uPlus) const
Base class for models that generate tabulated wall function data.