Computes U+ as a function of Reynolds number by inverting Spaldings law. More...
Public Member Functions | |
TypeName ("SpaldingsLaw") | |
SpaldingsLaw (const dictionary &dict, const polyMesh &mesh) | |
virtual | ~SpaldingsLaw ()=default |
virtual scalar | yPlus (const scalar uPlus) const |
virtual scalar | Re (const scalar uPlus) const |
virtual void | writeData (Ostream &os) const |
![]() | |
TypeName ("tabulatedWallFunction") | |
declareRunTimeSelectionTable (autoPtr, tabulatedWallFunction, dictionary,(const dictionary &dict, const polyMesh &mesh),(dict, mesh)) | |
tabulatedWallFunction (const dictionary &dict, const polyMesh &mesh, const word &name) | |
virtual | ~tabulatedWallFunction () |
const word & | invertedTableName () const |
const uniformInterpolationTable< scalar > & | invertedTable () const |
virtual void | write () |
Protected Member Functions | |
virtual void | invertFunction () |
Protected Attributes | |
scalar | kappa_ |
scalar | E_ |
![]() | |
const dictionary | dict_ |
const polyMesh & | mesh_ |
const dictionary | coeffDict_ |
word | invertedTableName_ |
uniformInterpolationTable< scalar > | invertedTable_ |
Static Protected Attributes | |
static const label | maxIters_ |
static const scalar | tolerance_ |
Additional Inherited Members | |
![]() | |
static autoPtr< tabulatedWallFunction > | New (const dictionary &dict, const polyMesh &mesh) |
Computes U+ as a function of Reynolds number by inverting Spaldings law.
Example dictionary specification:
tabulatedWallFunction SpaldingsLaw;
Output table info tableName uPlusWallFunctionData; // Output table name log10 yes; // Rey interpreted as log10(Rey) dx 0.2; // Interval log10(Rey) x0 -3; // Minimum log10(Rey) xMax 7; // Maximum log10(Rey)
SpaldingsLawCoeffs { kappa 0.41; // Von Karman constant E 9.8; // Law-of-the-wall E coefficient }
Definition at line 66 of file SpaldingsLaw.H.
SpaldingsLaw | ( | const dictionary & | dict, |
const polyMesh & | mesh | ||
) |
|
virtualdefault |
|
protectedvirtual |
TypeName | ( | "SpaldingsLaw" | ) |
|
virtual |
|
virtual |
|
virtual |
|
protected |
Definition at line 75 of file SpaldingsLaw.H.
|
protected |
Definition at line 78 of file SpaldingsLaw.H.
|
staticprotected |
Definition at line 84 of file SpaldingsLaw.H.
|
staticprotected |
Definition at line 87 of file SpaldingsLaw.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.