.TRANSFORM.Media.Interfaces.Solids.Polynomials_Temp.secondDerivativeValue

Information

Value of 2nd derivative of polynomial at abscissa value u

Interface

function secondDerivativeValue
  extends Modelica.Icons.Function;
  input Real p[:] "Polynomial coefficients (p[1] is coefficient of highest power)";
  input Real u "Abscissa value";
  output Real y "Value of 2nd derivative of polynomial at u";
end secondDerivativeValue;

Generated at 2024-12-22T19:25:51Z by OpenModelicaOpenModelica 1.24.3 using GenerateDoc.mos