.Buildings.Utilities.Math.Functions.besselY1

Information

Evaluates the Bessel function of the second kind of order 1 (Y1), 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 besselY1
  extends Modelica.Icons.Function;
  input Real x "Independent variable";
  output Real Y1 "Bessel function J1(x)";
end besselY1;

Revisions


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