Consider heat losses in pipe component #547
HaSchneider
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
Hi @HaSchneider, thanks for reaching out on this. would you be interested to implement this. I do not think that it would be too difficult, I can help you to get started with it :). If you are interested we can set up a meeting! Best Francesco |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Background
For models considering large pipe networks with relatively small diameters like district heating or steam networks the heat losses of the pipes could be crucial. The current pipe components cant handle that sufficient right now, as it is basicaly the heat exchanger class, where only an area independent heat transfer coefficient can be used. It is thereby not possible to perform senstivity studies on network topologies and calculation of the maximum realisable pipe lengths regarding the temperature losses.
Idea
Approve the pipe component by adding the opportunity to calculate the heat losses over the pipe by calculating an area dependent heat transfer coefficient based on definition of pipe length, insulation, pipe diameter, ...
Code basis
The code of DWSIM for calculating the overall heat transfer coefficient of a pipe could be used as basis:
CalcOverallHeatTransferCoefficient
Beta Was this translation helpful? Give feedback.
All reactions