﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1150	Not possible to extend the components in FluidHeatFlow (from MathCore)	Jan Brugård	Jan Brugård	"See the model

{{{

model PEXPipe
  extends Modelica.Thermal.FluidHeatFlow.Components.IsolatedPipe;
end PEXPipe;

}}}

It gives the error messages 
{{{

Check of Toneco.PEXPipe failed.
Error
Class Toneco.PEXPipe has 20 equation(s) and 20 variable(s).
8 of these are trivial equation(s).<font color=""red"">Error: Variable medium.cp not found in scope Toneco.PEXPipe</font><br><font color=""red"">Error: Variable flowPort_b.h not found in scope Toneco.PEXPipe</font><br><font color=""red"">Error: Variable flowPort_a.h not found in scope Toneco.PEXPipe</font><br><font color=""red"">Error: Variable flowPort_a.m_flow not found in scope Toneco.PEXPipe</font><br><font color=""red"">Error: Variable flowPort_b.h not found in scope Toneco.PEXPipe</font><br><font color=""red"">Error: Variable flowPort_a.h not found in scope Toneco.PEXPipe</font><br><font color=""red"">Error: Variable flowPort_a.m_flow not found in scope Toneco.PEXPipe</font><br><font color=""red"">Error: Variable flowPort_a.p not found in scope Toneco.PEXPipe</font><br>

}}}

But since Modelica.Thermal.FluidHeatFlow.Components.IsolatedPipe is an ok model it should be ok to extend this model I think."	defect	closed	critical				fixed		Jan Brugård
