| Name | Description |
|---|---|
| Spline interpolation of two functions | |
| Derivative of spliceFunction | |
Modelica.Media.Air.MoistAir.Utilities.spliceFunction
| 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 |
Modelica.Media.Air.MoistAir.Utilities.spliceFunction_der
| Name | Description |
|---|---|
| pos | |
| neg | |
| x | |
| deltax | |
| dpos | |
| dneg | |
| dx | |
| ddeltax |
| Name | Description |
|---|---|
| out |
Modelica.Media.Air.MoistAir.Utilities.smoothMaxAn 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 |
Modelica.Media.Air.MoistAir.Utilities.smoothMax_derAn 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 |