.Modelica.Blocks.Math.Sum

Output the sum of the elements of the input vector

Information

This blocks computes output y as sum of the elements of the input signal vector u:

y = u[1] + u[2] + ...;

Example:

   parameter:   nin = 3;

results in the following equations:

   y = u[1] + u[2] + u[3];

Generated at 2025-03-12T19:48:30Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos