Parameter ntubes not always defined in the same way (Integer or Real)
The parameter "ntubes" used in some heat exchangers or other TSP components is not always defined with the same type, for instance :
- in DynamicOnePhaseFlowPipe it is defined as parameter Integer ntubes=1 "Number of pipes in parallel";
- in DynamicTwoPhaseFlowPipe it is defined as parameter Real ntubes=1 "Number of pipes in parallel";
- in HeatExchangerWall it is defined as parameter Real ntubes=1 "Number of pipes in parallel";
- etc.
It should corrected, also in some components this parameter is spelled "Ntubes" instead of "ntubes" such as for example in DynamicTwoFlowHeatExchangerShell.
Physically "Integer" is what makes sense but "Real" can make easier the use of such model for other purposes such as optimization or calibration.
Best regards