.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 2025-02-22T19:25:07Z by OpenModelicaOpenModelica 1.24.4 using GenerateDoc.mos