functionder_spliceFunction
Derivative of splice function
Extends from Modelica.Icons.Function (Icon for functions).
Information
Implementation of the first derivative of the function Buildings.Utilities.Math.Functions.spliceFunction.
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | pos | ||
| Real | neg | ||
| Real | x | ||
| Real | deltax | 1 | |
| Real | dpos | ||
| Real | dneg | ||
| Real | dx | ||
| Real | ddeltax | 0 |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | out |
Revisions
-
September 27, 2022, by Matthis Thorade:
Changed limits.
This is for IBPSA, issue #1640. -
October 13, 2021, by Michael Wetter:
Changed implementation to not usecoshwhich overflows around 800.
This is for IBPSA, issue 1531. -
May 10, 2013, by Michael Wetter:
Reformulated implementation to avoid unrequired computations. -
April 7, 2009, by Michael Wetter:
First implementation.