.AixLib.Utilities.Math.Functions.BaseClasses.der_regNonZeroPower

Power function, regularized near zero, but nonzero value for x=0

Information

Implementation of the first derivative of the function AixLib.Utilities.Math.Functions.regNonZeroPower.

Interface

function der_regNonZeroPower
  extends Modelica.Icons.Function;
  input Real x "Abscissa value";
  input Real n "Exponent";
  input Real delta = 0.01 "Abscissa value where transition occurs";
  input Real der_x;
  output Real der_y "Function value";
end der_regNonZeroPower;

Revisions


Generated at 2025-03-09T19:25:01Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos