blockSmoothMax
Once continuously differentiable approximation to the maximum function
Extends from Modelica.Blocks.Interfaces.SI2SO (2 Single Input / 1 Single Output continuous control block).
Information
Once continuously differentiable approximation to the max(.,.) function.
Note that the maximum need not be respected, such as illustrated in Buildings.Utilities.Math.Examples.SmoothMin.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real | deltaX | Width of transition interval |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| RealInput | u1 (from SI2SO) | Connector of Real input signal 1 | |
| RealInput | u2 (from SI2SO) | Connector of Real input signal 2 | |
| RealOutput | y (from SI2SO) | Connector of Real output signal |
Revisions
-
March 12, 2015, by Filip Jorissen:
Added documentation reference demonstrating overshoot. -
August 15, 2008, by Michael Wetter:
First implementation.