Borrar filtros
Borrar filtros

How is the correct heat transfer equation in the Simscape block "Pipe (TL)"?

1 visualización (últimos 30 días)
Andreas
Andreas el 24 de Oct. de 2017
Respondida: Yifeng Tang el 10 de En. de 2024
Hello,
I need some help in understanding the calculation of the heat transfer in the block "Pipe (TL)" in SimScape. In the source code script “pipe_base.ssc” I found the heat transfer equation: Q=h*A*(T_w-T). In the Simscape documentation I found that T is defined as liquid temperature in the pipe. So far, so good. But I made some investigations with test runs and found out that T is actually same the temperature of the pipe exit T_B, so that I can write the equation above as Q=h*A*(T_w-T_B). But isn’t this assumption, that the liquid temperature is same as the exit temperature, far too inaccurate? For the heat transfer equation shouldn’t be used the logarithmic average of the liquid temperature like shown in the chapter G1 of the VDI Heat Atlas? Or have I missed something in my observations?
Thanks in advance!

Respuestas (1)

Yifeng Tang
Yifeng Tang el 10 de En. de 2024
The temperature at the outlet port will be the same as the temperature inside the pipe. So usually either T_A or T_B will be the same as T_I, and which one depends on the direction of the flow. This is the upwind scheme described here:
All components in the foundation library are "bulk" models, meaning there is only one internal state (P, T, etc). If you'd like to model the effect of temperature varying inside the pipe and then the integral effect of temperature difference, consider using the heat exchanger blocks in Simscape Fluids. Althernatively, you can use multiple pipe blocks in series.

Categorías

Más información sobre Elements en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by