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

TypeNameDefaultDescription
Buildings.Utilities.Math.SmoothMin[2]smoLimSmooth limit
Modelica.Blocks.Sources.RamprampRamp input
Modelica.Blocks.Sources.ConstantconstConstant input

Revisions

  • March 12, 2015, by Filip Jorissen:
    First implementation.