﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5016	The NF does not evaluate function in parameter binding	Francesco Casella	Per Östlund	"Please check [https://libraries.openmodelica.org/branches/newInst/ThermoPower/files/ThermoPower_ThermoPower.Test.DistributedParameterComponents.TestConstantHeatTransferTwoGrid_Fcoarse.err ThermoPower.Test.DistributedParameterComponents.TestConstantHeatTransferTwoGrid_Fcoarse].

The heat transfer component contains the parameters
{{{
   final parameter SI.PerUnit Hv[min(Nw,Nv),Nv] = getH(Nw,Nv)
    ""Sums heat flows on fluid side onto coarser grid""
    annotation(Evaluate = true);
   final parameter SI.PerUnit Hw[min(Nw,Nv),Nw] = getH(Nv,Nw)
    ""Sums heat flows on wall side onto coarser grid""
    annotation(Evaluate = true);
}}}
that have a strong influence on the structure of the model. As such, they should be preferably be evaluated by the front-end, as the old FE actually does. Otherwise, the back-end cannot handle the resulting system of equations."	defect	closed	high	2.0.0	New Instantiation		fixed		
