functionder_smoothTransition
First order derivative of smoothTransition with respect to x
Extends from Modelica.Icons.Function (Icon for functions).
Information
This function is the 1st order derivative of Buildings.Utilities.Math.Functions.BaseClasses.smoothTransition.
Implementation
For efficiency, the polynomial coefficients
a, b, c, d, e, f and
the inverse of the smoothing parameter deltaInv
are exposed as arguments to this function.
Also,
its derivative is provided in
Buildings.Utilities.Math.Functions.BaseClasses.der_2__smoothTransition.
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | x | Abscissa value | |
| Real | delta | Abscissa value below which approximation occurs | |
| Real | deltaInv | Inverse value of delta | |
| Real | a | Polynomial coefficient | |
| Real | b | Polynomial coefficient | |
| Real | c | Polynomial coefficient | |
| Real | d | Polynomial coefficient | |
| Real | e | Polynomial coefficient | |
| Real | f | Polynomial coefficient | |
| Real | x_der | Derivative of x |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | y_der | Derivative of function value |
Revisions
-
August 11, 2015, by Michael Wetter:
First implementation.