.ThermoSysPro.Properties.WaterSteam.IF97_packages.IF97_wAJ.Spline_Utilities.safeEvaluate

Information

Evaluate Bspline at one parameter safely, i.e. points outside the domain of the spline are moved inside the domain.

Interface

function safeEvaluate
  extends Modelica.Icons.Function;
  input Data spline "Bspline to be evaluated";
  input Real u "Parameter value at which Bspline shall be evaluated";
  output Real x[spline.ndim] "Value of Bspline at u";
end safeEvaluate;

Generated at 2024-11-23T19:25:52Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos