.ThermoSysPro.Properties.WaterSteam.IF97_packages.IF97_wAJ.Spline_Utilities.Modelica_Interpolation.Table1D.evaluateDer2

Information

Evaluate Table data and first and second derivative at one parameter

Interface

function evaluateDer2
  extends Modelica.Icons.Function;
  input Bspline1D.Data tableSpline "Bspline table to be evaluated";
  input Real x "Parameter value at which the table shall be evaluated";
  output Real y[tableSpline.ndim] "Value of the table at x";
  output Real yd[tableSpline.ndim] "Value of the first derivative at x";
  output Real ydd[tableSpline.ndim] "Value of the second derivative at x";
end evaluateDer2;

Generated at 2025-01-03T19:25:57Z by OpenModelicaOpenModelica 1.24.3 using GenerateDoc.mos