36 if (T < Tlow_ || T > Thigh_)
39 <<
"Temperature " << T <<
" out of range " 40 << Tlow_ <<
" to " << Thigh_ <<
nl 41 <<
" of nonUniformTable " << name_
45 const scalar nd = (T - Tlow_)/deltaT_;
48 label i = jumpTable_[j];
50 if (i < values_.size() - 1 && T > values_[i + 1].first())
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
errorManipArg< error, int > exit(error &err, const int errNo=1)
#define FatalErrorInFunction
Report an error message using Foam::FatalError.