Missing multiplication with nParallel in Pipe
Created by: alexanderAKU
Describe the bug
The model FixedResistances.Pipe
contains the parameter nParallel
. However, the heatloss is independent from this parameter (heatConv
and heatConv_withInsulation
).
To fix the bug, the area A
of the heat transfer has to be multiplied with nNodes
.