﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2869	Wrong prefix on binding	Martin Sjölund	Adrian Pop	"In the attached model (Annex60.Fluid.Movers.Examples.FlowMachine_y_pumpCurves), the following is generated:
{{{#!mo
  parameter Real dp_nominal(quantity = ""Pressure"", unit = ""Pa"", displayUnit = ""bar"") = 10000.0;
  parameter Real pum.pressure.dp[1](quantity = ""Pressure"", unit = ""Pa"", displayUnit = ""Pa"", min = 0.0) = 0.9 * pum.dp_nominal;
}}}

The code is:
{{{#!mo
model pumpModel = Annex60.Fluid.Movers.FlowMachine_y(pressure(dp = dp_nominal * {0.9, 0.85, 0.6, 0.2}));
pumpModel pump;
}}}

pump.dp_nominal does not exist, which makes the front-end wrong for this model."	defect	closed	high	never	Frontend	trunk	wontfix		
