blockSplice

Block for splice function opertation

Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).

Information

This block implements Buildings.Utilities.Math.Functions.spliceFunction, which provides a continuously differentiable transition between two arguments.

Parameters

TypeNameDefaultDescription
RealdeltaxHalf width of transition interval

Connectors

TypeNameDefaultDescription
Modelica.Blocks.Interfaces.RealInputxIndependent value
Modelica.Blocks.Interfaces.RealInputu1Argument of u > 0 (pos)
Modelica.Blocks.Interfaces.RealInputu2Argument of u < 0 (neg)
Modelica.Blocks.Interfaces.RealOutputySmoothed value

Revisions

  • August 31, 2012, by Michael Wetter:
    Revised documentation.
  • July 30, 2012, by Kaustubh Phalak:
    First implementation.