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

This information is part of the Modelica Standard Library maintained by the Modelica Association.
An implementation of Kreisselmeier Steinhauser smooth maximum
y = smoothMax(x1, x2, dx)
| 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 |
| y |
Type: Real Description: Result of smooth max operator |
|---|