Utility functions
Extends from Modelica.Icons.UtilitiesPackage (Icon for utility packages).
Name | Description |
---|---|
spliceFunction | Spline interpolation of two functions |
spliceFunction_der | Derivative of spliceFunction |
smoothMax | |
smoothMax_der |
Spline interpolation of two functions
Extends from Modelica.Icons.Function (Icon for functions).
Name | Description |
---|---|
pos | Returned value for x-deltax >= 0 |
neg | Returned value for x+deltax <= 0 |
x | Function argument |
deltax | Region around x with spline interpolation |
Name | Description |
---|---|
out |
Derivative of spliceFunction
Extends from Modelica.Icons.Function (Icon for functions).
Name | Description |
---|---|
pos | |
neg | |
x | |
deltax | |
dpos | |
dneg | |
dx | |
ddeltax |
Name | Description |
---|---|
out |
An implementation of Kreisselmeier Steinhauser smooth maximum
Extends from Modelica.Icons.Function (Icon for functions).
Name | Description |
---|---|
x1 | First argument of smooth max operator |
x2 | Second argument of smooth max operator |
dx | Approximate difference between x1 and x2, below which regularization starts |
Name | Description |
---|---|
y | Result of smooth max operator |
An implementation of Kreisselmeier Steinhauser smooth maximum
Extends from Modelica.Icons.Function (Icon for functions).
Name | Description |
---|---|
x1 | First argument of smooth max operator |
x2 | Second argument of smooth max operator |
dx | Approximate difference between x1 and x2, below which regularization starts |
dx1 | |
dx2 | |
ddx |
Name | Description |
---|---|
dy | Derivative of smooth max operator |