53 #ifndef uniformInterpolationTable_H 54 #define uniformInterpolationTable_H 96 void checkTable()
const;
115 const word& tableName,
118 const bool initialiseOnly =
false 134 inline scalar
x0()
const;
137 inline scalar
dx()
const;
164 inline scalar
xMin()
const;
167 inline scalar
xMax()
const;
scalar x0() const
Return the lower limit.
Type interpolateLog10(scalar x) const
Interpolate - takes log10 flag into account.
A class for handling words, derived from string.
uniformInterpolationTable(const IOobject &, const bool readFields)
Construct from IOobject and readFields flag.
A simple wrapper around bool so that it can be read as a word: true/false, on/off, yes/no, y/n, t/f, or none.
Type interpolate(scalar x) const
Interpolate.
void write() const
Write.
A list of keyword definitions, which are a keyword followed by any number of values (e...
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
scalar xMax() const
Return the maximum x value.
scalar dx() const
Return the fixed interval.
Table with uniform interval in independant variable, with linear interpolation.
const Switch & bound() const
Return the bound flag.
Registry of regIOobjects.
This function object reads fields from the time directories and adds them to the mesh database for fu...
scalar xMin() const
Return the minimum x value.
const Switch & log10() const
Return the log10(x) flag.
~uniformInterpolationTable()
Destructor.