modelSmoothMin
Test model for smooth minimum
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This model tests the implementation of Buildings.Utilities.Math.SmoothMin.
This model also illustrates that the output can be larger than
the minimum of the two input signals. Smaller values for deltaX
will reduce this effect. Therefore do not use this function when the minimum
output value should be respected.
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Utilities.Math.SmoothMin[2] | smoLim | Smooth limit | |
| Modelica.Blocks.Sources.Ramp | ramp | Ramp input | |
| Modelica.Blocks.Sources.Constant | const | Constant input |
Revisions
-
March 12, 2015, by Filip Jorissen:
First implementation.