.GNU_ScientificLibrary.Functions.integration.qawo

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 2024-12-11T19:25:49Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos