.BuildingSystems.Utilities.SmoothFunctions.softswitch

Information

Softly switches between y0 and y1 at x=x_switch with smoothing f

Interface

function softswitch
  input Real x;
  input Real x_switch;
  input Real y0;
  input Real y1;
  input Real f;
  output Real y;
end softswitch;

Generated at 2024-11-26T19:26:15Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos