Computes U+ as a function of Reynolds number by inverting table of y+ vs U+. More...
Public Types | |
enum | interpolationType { itLinear } |
Public Member Functions | |
TypeName ("general") | |
general (const dictionary &dict, const polyMesh &mesh) | |
virtual | ~general () |
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 () |
Static Public Attributes | |
static const Enum< interpolationType > | interpolationTypeNames_ |
Protected Member Functions | |
virtual void | invertTable () |
virtual scalar | interpolate (const scalar xi, const scalarList &x, const scalarList &fx) const |
Protected Attributes | |
interpolationType | interpType_ |
bool | log10YPlus_ |
bool | log10UPlus_ |
List< scalar > | yPlus_ |
List< scalar > | uPlus_ |
![]() | |
const dictionary | dict_ |
const polyMesh & | mesh_ |
const dictionary | coeffDict_ |
word | invertedTableName_ |
uniformInterpolationTable< scalar > | invertedTable_ |
Additional Inherited Members | |
![]() | |
static autoPtr< tabulatedWallFunction > | New (const dictionary &dict, const polyMesh &mesh) |
Computes U+ as a function of Reynolds number by inverting table of y+ vs U+.
Example dictionary specification:
tabulatedWallFunction general; // Output table info tableName uPlusWallFunctionData; // Output table name log10 yes; // Re interpreted as log10(Rey) dx 0.2; // Interval log10(Rey) x0 -3; // Minimum log10(Rey) xMax 7; // Maximum log10(Rey) generalCoeffs { interpType linear; // Interpolation method log10YPlus true; // y+ values defined as log10(y+) log10UPlus true; // U+ values defined as log10(y+) inputTable ( (yPlusValue0 uPlusValue0) ... (yPlusValueN uPlusValueN) ); }
enum interpolationType |
general | ( | const dictionary & | dict, |
const polyMesh & | mesh | ||
) |
|
virtual |
|
protectedvirtual |
|
protectedvirtual |
TypeName | ( | "general" | ) |
|
virtual |
|
virtual |
|
virtual |
|
static |
|
protected |
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.