.ThermofluidStream.Utilities.Functions.blendFunction

Information

Smooth step between two values at two support points

Interface

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;

Generated at 2024-10-30T19:25:41Z by OpenModelicaOpenModelica 1.24.0 using GenerateDoc.mos