functionsmoothMax_der
Extends from Modelica.Icons.Function (Icon for functions).
Information
An implementation of Kreisselmeier Steinhauser smooth maximum
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | x1 | First argument of smooth max operator | |
| Real | x2 | Second argument of smooth max operator | |
| Real | dx | Approximate difference between x1 and x2, below which regularization starts | |
| Real | dx1 | ||
| Real | dx2 | ||
| Real | ddx |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | dy | Derivative of smooth max operator |