Quadratic flow characteristic, movable blades
function quadraticFlowBlades extends baseFlow; input Real bladePos_nom[:]; input SI.VolumeFlowRate q_nom[3, :] "Volume flow rate for three operating points at N_pos blade positionings" annotation( Dialog); input SI.Height H_nom[3, :] "Specific work for three operating points at N_pos blade positionings" annotation( Dialog); input Real slope_s(unit = "(J/kg)/(m3/s)", max = 0) = 0 "Slope of flow characteristic at stalling conditions (must be negative)" annotation( Dialog); end quadraticFlowBlades;