.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-04-23T18:15:56Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos