.GNU_ScientificLibrary.Functions.integration.qawo

QAWO integration routine

Information

Function for accessing the external GSL QAWO integration routine, which calculates the definite integral of an oscillatory function.

Keep in mind that the 'integrand' must be "created" beforehand: see the 'CreateIntegrand' model and the 'integrand_setup' function. Note that here f is to be defined without the sin or cos part: 

Interface

function qawo
  extends Modelica.Icons.Function;
  input Integer n_par;
  input Real par[n_par], a, b, omega, rel_err;
  input Integer isine, limit;
  output Real y, err;
end qawo;

Generated at 2025-04-03T18:24:42Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos