blockAdd
Output the sum of the two inputs
Information
Block that outputs y as the sum of the
two input signals u1 and u2,
y = u1 + u2.
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Controls.OBC.CDL.Interfaces.RealInput | u1 | Input to be added | |
| Buildings.Controls.OBC.CDL.Interfaces.RealInput | u2 | Input to be added | |
| Buildings.Controls.OBC.CDL.Interfaces.RealOutput | y | Sum of the inputs |
Revisions
-
January 27, 2022, by Jianjun Hu:
Removed gain factors.
This is for Buildings, issue 2865. -
March 2, 2020, by Michael Wetter:
Changed icon to display dynamically the output value. -
January 3, 2017, by Michael Wetter:
First implementation, based on the implementation of the Modelica Standard Library.