51 intf_(values().size()),
52 intfByT_(values().size())
71 intfByT_[i] -= intfByTStd;
84 const scalar Ti = values()[i].first();
85 const scalar fi = values()[i].second();
86 const scalar dT =
T - Ti;
87 const scalar
lambda = dT/(values()[i + 1].first() - Ti);
91 + (fi + 0.5*
lambda*(values()[i + 1].second() - fi))*dT;
101 const scalar Ti = values()[i].first();
102 const scalar fi = values()[i].second();
104 (values()[i + 1].second() - fi)/(values()[i + 1].first() - Ti);
107 intfByT_[i] + ((fi - gradf*Ti)*
log(
T/Ti) + gradf*(
T - Ti));
#define forAll(list, i)
Loop across all elements in list.
Macros for easy insertion into run-time selection tables.
void size(const label)
Override size to be inconsistent with allocated storage.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
A list of keyword definitions, which are a keyword followed by any number of values (e....
A class for handling words, derived from string.
dimensionedScalar lambda(viscosity->lookup("lambda"))
addScalarFunction1(laminarBL)
const dimensionedScalar Tstd
Standard temperature.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
word name(const bool)
Return a word representation of a bool.
dimensionedScalar log(const dimensionedScalar &ds)
labelList first(const UList< labelPair > &p)
const HashTable< unitConversion > & units()
Get the table of unit conversions.
void assertNoConvertUnits(const word &typeName, const Function1s::unitConversions &units, const dictionary &dict)
Generate an error in an context where unit conversions are not supported.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)