﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4920	The NF does not expand the arguments of the product() function to scalars	Francesco Casella	Per Östlund	"Please check [https://libraries.openmodelica.org/branches/newInst/Modelica_3.2.2/files/Modelica_3.2.2_Modelica.Electrical.PowerConverters.Examples.ACDC.RectifierBridge2Pulse.HalfControlledBridge2Pulse.err Modelica.Electrical.PowerConverters.Examples.ACDC.RectifierBridge2Pulse.HalfControlledBridge2Pulse.err].

When flattening with the old FE, this equation is obtained:
{{{
rootMeanSquareVoltage.product.y = 
  rootMeanSquareVoltage.product.u[1] * rootMeanSquareVoltage.product.u[2];
}}}
while the NF gives
{{{
  rootMeanSquareVoltage.product.y = product(rootMeanSquareVoltage.product.u);
}}}
which eventually the code generation chain cannot handle."	defect	closed	high	2.0.0	New Instantiation		fixed		
