﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3077	Error in parameter lookup	Francesco Casella	Adrian Pop	"The model {{{ThermoPower.Examples.HRB.Simulators.OpenLoopSimulatorHtc}}} gives the following compilation error:
  [...Examples.mo:1433:85-1433:104:writable]
  Error: Variable gamma_nom not found in scope ThermoPower.Gas.Flow1DFV$Plant$Boiler$GasSide

The model generating the error looks like this:
{{{
model HeatExchanger 
  parameter Real gamma_nom=150;
  ...
  Gas.Flow1DFV GasSide(
    redeclare model HeatTransfer =
      FlowDependentHeatTransferCoefficient(gamma_nom=gamma_nom));
}}}

OMC doesn't find gamma_nom in the scope of GasSide (which is correct), but then doesn't look for it in the scope of HeatExchanger, where it would be found."	defect	closed	high	1.12.0	Frontend	trunk	duplicate		Patrick Täuber
