modelSmoothHeavisideDerivatives
Test model for the derivatives of the smoothHeavisidefunction
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This model tests the first and second derivative of the twice Lipschitz continuously differentiable function Buildings.Utilities.Math.Functions.smoothHeaviside.
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Real | y | Buildings.Utilities.Math.Functions.smoothHeaviside(x = time, delta = 0.2) | Function value |
| Real | der_y | der(y) | First derivative |
| Real | der2_y | der(der_y) | Second derivative |
Revisions
-
October 21, 2019, by Michael Wetter:
First implementation.
This is for issue 1202.