﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4908	[NF] Issues with inner/outer with redeclare	Adrian Pop	Per Östlund	"
Attached model has an:
{{{#!mo
inner SimCenter simCenter(
   contributeToCycleSummary = true, 
   redeclare TILMedia.VLEFluidTypes.TILMedia_InterpolatedWater fluid1,
   showExpertSummary = true);
}}}
where {{{fluid1}}} is modifying: {{{(nc_propertyCalculation = 1)}}} which
is then send to an outer: {{{outer SimCenter simCenter}}} from which is used in an array inside {{{Turbine_HP1}}}: {{{Turbine_HP1.medium.nc_propertyCalculation}}}.

What i get is:
{{{
[C:/home/adrpo33/dev/OMTesting/ClaRa/SteamCycle_01_total.mo:1382:7-1382:145:writable] 
Error: Could not evaluate structural parameter (or constant):
 Turbine_HP1.medium.nc_propertyCalculation which gives 
 dimensions of array: vleFluidNames. Array dimensions must be 
 known at compile time.
}}}

"	defect	new	high	Future	New Instantiation				
