Results
Plot the temperature for the case with average values for the mixture properties.
Temperature
1
2
3
4
You can now compute the outlet temperature, the average pressure drop, and the average outlet density for the four simulations performed:
First add a Point Evaluation node to study the outlet temperature.
Point Evaluation: Outlet Temperature
1
2
3
4
5
6
7
8
9
10
11
In this manner, four tables (Table 2–5), containing the outlet temperature, have been added under Tables , one for each of the coolant simulations performed.
Next, add a Line Average node to compute the average pressure at the inlet. Since a zero reference pressure is applied at the outlet, the inlet pressure represents the pressure drop over the system.
Line Average: Pressure Drop
1
2
3
4
5
6
In the same manner, perform the same steps to derive the pressure drop for the remaining flow solutions. Add the pressure drop to the table containing the outlet temperature for the same case.
7
8
9
10
11
12
Finally, add another Line Average node to compute the average density at the outlet.
Line Average: Outlet Density
1
2
3
4
5
6
7
8
9
10
11
12