.FCSys.Utilities.Polynomial.dF

Information

Derivative of F()

Interface

function dF
  extends Modelica.Icons.Function;
  input Real x "Argument" annotation(
    Dialog(__Dymola_label = "<html><i>x</i></html>"));
  input Real a[:] "Coefficients" annotation(
    Dialog(__Dymola_label = "<html><i>a</i></html>"));
  input Integer n = 0 "Power associated with the first term (before integral)" annotation(
    Dialog(__Dymola_label = "<html><i>n</i></html>"));
  input Real dx "Derivative of argument" annotation(
    Dialog(__Dymola_label = "<html>d<i>x</i></html>"));
  input Real da[size(a, 1)] = zeros(size(a, 1)) "Derivatives of coefficients" annotation(
    Dialog(__Dymola_label = "<html>d<i>a</i></html>"));
  output Real dF "Derivative" annotation(
    Dialog(__Dymola_label = "<html>d<i>F</i></html>"));
end dF;

Generated at 2024-05-19T18:15:52Z by OpenModelicaOpenModelica 1.22.4 using GenerateDoc.mos