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
| Type | Name | Default | Description |
|---|---|---|---|
| Real | deltax | Half width of transition interval |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | x | Independent value | |
| Modelica.Blocks.Interfaces.RealInput | u1 | Argument of u > 0 (pos) | |
| Modelica.Blocks.Interfaces.RealInput | u2 | Argument of u < 0 (neg) | |
| Modelica.Blocks.Interfaces.RealOutput | y | Smoothed value |
Revisions
-
August 31, 2012, by Michael Wetter:
Revised documentation. -
July 30, 2012, by Kaustubh Phalak:
First implementation.