34 if (x < low_ || x > high_)
37 << x <<
" out of range " 38 << low_ <<
" to " << high_ <<
nl 39 <<
" of NonUniformTable " << this->name_
43 const scalar nd = (x - low_)/delta_;
46 label i = jumpTable_[j];
48 if (i < values_.size() - 1 && x > values_[i + 1].first())
errorManipArg< error, int > exit(error &err, const int errNo=1)
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
Holds information (coordinate and normal) regarding nearest wall point.