WOLFRAM SYSTEM MODELER

SmoothPower_der

The derivative of function SmoothPower

Wolfram Language

In[1]:=
SystemModel["Modelica.Fluid.Dissipation.Utilities.Functions.General.SmoothPower_der"]
Out[1]:=

Syntax

dy = SmoothPower_der(x, deltax, pow, dx)

Inputs (4)

x

Type: Real

Description: input variable

deltax

Type: Real

Description: range of interpolation

pow

Type: Real

Description: exponent for x

dx

Type: Real

Description: derivative of x

Outputs (1)

dy

Type: Real

Description: derivative of SmoothPower

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.