I have a test problem that uses heat transfer with a pipe flow network. There is no pressure drop calculation, only mass flow and capacitance are considered (test model below).
The figure shows the issue. I apply a convection on the base, a mass flow and inlet temperature to the pipe. I expected the convection, conduction and thermal mass transport to all be the same, but the pipe flow “cool down” is about 30% too low. Any help would be appreciated!
---------------- pipetest.inp
*NODE
1,0,0,0
2,0.01,0,0
3,0.01,0.01,0
4,0,0.01,0
5,0,0,0.01
6,0.01,0,0.01
7,0.01,0.01,0.01
8,0,0.01,0.01
9,0,0,0.02
10,0,0,0.03
11,0,0,0.04
12,0,0,0.05
13,0,0,0.06
14,0,0,0.07
15,0,0,0.08
16,0,0,0.09
17,0,0,0.1
18,0.01,0,0.02
19,0.01,0,0.03
20,0.01,0,0.04
21,0.01,0,0.05
22,0.01,0,0.06
23,0.01,0,0.07
24,0.01,0,0.08
25,0.01,0,0.09
26,0.01,0,0.1
27,0.01,0.01,0.02
28,0.01,0.01,0.03
29,0.01,0.01,0.04
30,0.01,0.01,0.05
31,0.01,0.01,0.06
32,0.01,0.01,0.07
33,0.01,0.01,0.08
34,0.01,0.01,0.09
35,0.01,0.01,0.1
36,0,0.01,0.02
37,0,0.01,0.03
38,0,0.01,0.04
39,0,0.01,0.05
40,0,0.01,0.06
41,0,0.01,0.07
42,0,0.01,0.08
43,0,0.01,0.09
44,0,0.01,0.1
45,0,0.02,0
46,0,0.02,0.05
47,0,0.02,0.1
48,0,0.02,0.025
49,0,0.02,0.075
*ELEMENT,TYPE=DC3D8
1,1,2,3,4,5,6,7,8
2,5,6,7,8,9,18,27,36
3,9,18,27,36,10,19,28,37
4,10,19,28,37,11,20,29,38
5,11,20,29,38,12,21,30,39
6,12,21,30,39,13,22,31,40
7,13,22,31,40,14,23,32,41
8,14,23,32,41,15,24,33,42
9,15,24,33,42,16,25,34,43
10,16,25,34,43,17,26,35,44
*ELEMENT,TYPE=D
11,45,48,46
12,46,49,47
*NSET,NSET=pipe_flow_mdot
48
49
*NSET,NSET=temp_inlet
45
*NSET,NSET=pipe_flow
45
46
47
*ELSET,ELSET=wpipe
11
12
*ELSET,ELSET=solid
1
2
3
4
5
6
7
8
9
10
*MATERIAL,NAME=dummy_thermal
*DENSITY
7700
*CONDUCTIVITY,TYPE=ISO
0.001,0
*SPECIFIC HEAT
3850
*SOLID SECTION,ELSET=solid,MATERIAL=dummy_thermal
*FLUID SECTION,MATERIAL=WATER,ELSET=wpipe
*MATERIAL,NAME=water
*FLUID CONSTANTS
4186,8.9E-4,310
*STEP
*HEAT TRANSFER,STEADYSTATE,SOLVER=SPOOLES
1,1,0,0
*BOUNDARY
temp_inlet,11,373.15
*FILM
2,F3,293.15,1
1,F3,293.15,1
3,F3,293.15,1
4,F3,293.15,1
5,F3,293.15,1
6,F3,293.15,1
7,F3,293.15,1
8,F3,293.15,1
9,F3,293.15,1
10,F3,293.15,1
*NODE FILE,GLOBAL=YES
NT
*EL FILE
HFL
*BOUNDARY
pipe_flow_mdot,1,1e-5
*** pipe
*FILM
7 ,F5FC, 46,70.123
6 ,F5FC, 46,70.123
8 ,F5FC, 47,70.123
5 ,F5FC, 46,70.123
9 ,F5FC, 47,70.123
4 ,F5FC, 46,70.123
10 ,F5FC, 47,70.123
3 ,F5FC, 45,70.123
2 ,F5FC, 45,70.123
1 ,F5FC, 45,70.123
*END STEP