.TRANSFORM.Fluid.ClosureRelations.PumpCharacteristics.Functions.PerformanceCurve

Interface

function PerformanceCurve
  input Real x "Value of interest";
  input Real x_curve[:];
  input Real y_curve[size(x_curve, 1)];
  input Real r_N(unit = "1") "Relative revolution, r_N=N/N_nominal";
  input Real delta = 0.05 "Small value for switching implementation around zero rpm";
  output Real y "Output at x";
end PerformanceCurve;

Generated at 2025-05-17T18:20:11Z by OpenModelicaOpenModelica 1.25.0 using GenerateDoc.mos