Smooth step between two values at two support points
function blendFunction extends Modelica.Icons.Function; import ThermofluidStream.Undirected.Internal.regStep; input Real y1 "Value of y at x1"; input Real y2 "Value of y at x2"; input Real x1; input Real x2; input Real x; output Real y; end blendFunction;