33 namespace tabulatedWallFunctions
45 const dictionary&
dict,
52 coeffDict_(dict.subDict(name +
"Coeffs")),
53 invertedTableName_(dict.
lookup(
"invertedTableName")),
54 invertedTable_(invertedTableName_, mesh_, dict, true)
71 "U+ as a function of log10(Re) computed using " +
type();
76 "U+ as a function of Re computed using " +
type();
fileName objectPath() const
Return complete path + object name.
tabulatedWallFunction(const dictionary &dict, const polyMesh &mesh, const word &name)
Constructor.
Ostream & endl(Ostream &os)
Add newline and flush stream.
string & note()
Return non-constant access to the optional note.
stressControl lookup("compactNormalStress") >> compactNormalStress
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
defineTypeNameAndDebug(combustionModel, 0)
word name(const complex &)
Return a string representation of a complex.
virtual void write()
Write.
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
uniformInterpolationTable< scalar > invertedTable_
Inverted table.
virtual ~tabulatedWallFunction()
Destructor.