.Modelica.Fluid.Dissipation.Utilities.Functions.General.SmoothPower_der

Information

The derivative of function SmoothPower

Interface

function SmoothPower_der
  extends Modelica.Icons.Function;
  input Real x "Input variable";
  input Real deltax "Range of interpolation";
  input Real pow "Exponent for x";
  input Real dx "Derivative of x";
  output Real dy "Derivative of SmoothPower";
end SmoothPower_der;

Revisions

2014-04-29 Stefan Wischhusen: Corrected branch for x<=-adeltax, removed dpow and ddeltax. 2015-10-13 Stefan Wischhusen: Removed noEvent() from if clause.
Generated at 2024-12-24T19:25:53Z by OpenModelicaOpenModelica 1.24.3 using GenerateDoc.mos