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.