.Buildings.Utilities.Math.Functions.besselJ0

Information

Evaluates the Bessel function of the first kind of order 0 (J0), based on the implementations of Press et al. (1986).

References

Press, William H., Brian P. Flannery, Saul A. Teukolsky, and William T. Vetterling. Numerical Recipes - The Art of Scientific Computing. Cambridge University Press (1986): 988 p.

Interface

function besselJ0
  extends Modelica.Icons.Function;
  input Real x "Independent variable";
  output Real J0 "Bessel function J0(x)";
end besselJ0;

Revisions


Generated at 2024-04-28T18:16:21Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos