.BuildingSystems.Utilities.SmoothFunctions.powerLinearized

Power function that is linearized below a user-defined threshold

Interface

function powerLinearized
  input Real x "Abscissa value";
  input Real n "Exponent";
  input Real x0 "Abscissa value below which linearization occurs";
  output Real y "Function value";
end powerLinearized;

Generated at 2026-03-17T19:14:01Z by OpenModelicaOpenModelica 1.26.3 using GenerateDoc.mos