﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5685	The NF does not perform unit checking on arrays or elements thereof	Francesco Casella	Per Östlund	"Please check the following model with OMEdit;
{{{#!mo
partial model M
  parameter Integer N = 2;
  Modelica.SIunits.MassFlowRate w[N];
  Modelica.SIunits.Volume V[N];
  Modelica.SIunits.Density rho[N];
equation 
  rho[1]*der(V[1]) = w[1]; // Correct equation
  der(V[1]) = w[1];        // Dimensionally inconsistent
  der(V) = w;              // Dimensionally inconsistent
  for i in 1:N loop
    der(V[i]) = w[i];        // Dimensionally inconsistent
  end for;  
end M;
}}}
In the last three equations, the density term is missing. Unfortunately, no dimensional inconsistency is detected by the NF."	defect	closed	normal	1.14.0	New Instantiation		fixed		
