This icon indicates a package containing utility classes.
Extends from Modelica.Icons.UtilitiesPackage
(Icon for utility packages).
Name | Description |
---|---|
smoothMax |   |
smoothMax_der |   |
spliceFunction | Spline interpolation of two functions |
spliceFunction_der | Derivative of spliceFunction |
This icon indicates Modelica functions.
Extends from Modelica.Icons.Function
(Icon for functions).
Type | Name | Description |
---|---|---|
Real | pos | Returned value for x-deltax >= 0 |
Real | neg | Returned value for x+deltax <= 0 |
Real | x | Function argument |
Real | deltax | Region around x with spline interpolation |
Type | Name | Description |
---|---|---|
Real | out |   |
This icon indicates Modelica functions.
Extends from Modelica.Icons.Function
(Icon for functions).
Type | Name | Description |
---|---|---|
Real | pos |   |
Real | neg |   |
Real | x |   |
Real | deltax |   |
Real | dpos |   |
Real | dneg |   |
Real | dx |   |
Real | ddeltax |   |
Type | Name | Description |
---|---|---|
Real | out |   |
An implementation of Kreisselmeier Steinhauser smooth maximum
Extends from Modelica.Icons.Function
(Icon for functions).
Type | Name | 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 |
Type | Name | Description |
---|---|---|
Real | y | Result of smooth max operator |
An implementation of Kreisselmeier Steinhauser smooth maximum
Extends from Modelica.Icons.Function
(Icon for functions).
Type | Name | 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 |   |
Type | Name | Description |
---|---|---|
Real | dy | Derivative of smooth max operator |
Generated 2018-12-12 12:13:50 EST by MapleSim.