Contrib equationReader/functions

From OpenFOAMWiki

Functions available to equationReader are:

  • pow(x)
  • sign(x)
  • pos(x)
  • neg(x)
  • mag(x)
  • limit(x, y)
  • minMod(x, y)
  • sqrtSumSqr(x, y)
  • sqr(x)
  • pow3(x)
  • pow4(x)
  • pow5(x)
  • pow6(x)
  • inv(x)
  • sqrt(x)
  • cbrt(x)
  • hypot(x, y)
  • exp(x)
  • log(x)
  • log10(x)
  • sin(x)
  • cos(x)
  • tan(x)
  • asin(x)
  • acos(x)
  • atan(x)
  • sinh(x)
  • cosh(x)
  • tanh(x)
  • asinh(x)
  • acosh(x)
  • atanh(x)
  • erf(x)
  • erfc(x)
  • lgamma(x)
  • j0(x)
  • j1(x)
  • jn(x, y)
  • y0(x)
  • y1(x)
  • yn(x, y)
  • max(x, y)
  • min(x, y)
  • stabilise(x, y)