Go to the documentation of this file.
55 #ifndef SpaldingsLaw_H
56 #define SpaldingsLaw_H
64 namespace tabulatedWallFunctions
120 virtual scalar
yPlus(
const scalar
uPlus)
const;
123 virtual scalar
Re(
const scalar
uPlus)
const;
virtual ~SpaldingsLaw()=default
static const scalar tolerance_
static const label maxIters_
Mesh consisting of general polyhedral cells.
SpaldingsLaw(const dictionary &dict, const polyMesh &mesh)
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
OBJstream os(runTime.globalPath()/outputName)
virtual void writeData(Ostream &os) const
virtual void invertFunction()
Computes U+ as a function of Reynolds number by inverting Spaldings law.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
virtual scalar Re(const scalar uPlus) const
virtual scalar yPlus(const scalar uPlus) const
Base class for models that generate tabulated wall function data.