WOLFRAM SYSTEM MODELER
smoothMax_der |
|
SystemModel["Modelica.Media.Air.MoistAir.Utilities.smoothMax_der"]

This information is part of the Modelica Standard Library maintained by the Modelica Association.
An implementation of Kreisselmeier Steinhauser smooth maximum
dy = smoothMax_der(x1, x2, dx, dx1, dx2, ddx)
| x1 |
Type: Real Description: First argument of smooth max operator |
|---|---|
| x2 |
Type: Real Description: Second argument of smooth max operator |
| dx |
Type: Real Description: Approximate difference between x1 and x2, below which regularization starts |
| dx1 |
Type: Real |
| dx2 |
Type: Real |
| ddx |
Type: Real |
| dy |
Type: Real Description: Derivative of smooth max operator |
|---|