Free (standard conforming) library to model mechanical (1D/3D), electrical (analog, digital, machines), magnetic, thermal, fluid, control systems and hierarchical state machines. Also numerical functions and functions for strings, files and streams are included.
Reported by jriel on 14 Sep 2016 18:41 UTC
The blocks in Modelica.Blocks.Interfaces should declare the minimum of the integer parameters that set the vector size (typically nin, nout, nu, etc), as 0. Some blocks have that declaration, but not all.
For example, from partial block PartialRealMISO
Reported by jriel on 14 Sep 2016 18:41 UTC The blocks in Modelica.Blocks.Interfaces should declare the minimum of the integer parameters that set the vector size (typically nin, nout, nu, etc), as 0. Some blocks have that declaration, but not all. For example, from partial block PartialRealMISO
but MIMO has
Migrated-From: https://trac.modelica.org/Modelica/ticket/2062