.BuildingSystems.Utilities.SmoothFunctions.powerLinearized

Information

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 2025-01-21T19:25:52Z by OpenModelicaOpenModelica 1.24.3 using GenerateDoc.mos