diff options
Diffstat (limited to '2510/CH15/EX15.16/Ex15_16.sce')
-rwxr-xr-x | 2510/CH15/EX15.16/Ex15_16.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/2510/CH15/EX15.16/Ex15_16.sce b/2510/CH15/EX15.16/Ex15_16.sce new file mode 100755 index 000000000..b350a9c86 --- /dev/null +++ b/2510/CH15/EX15.16/Ex15_16.sce @@ -0,0 +1,10 @@ +//Variable declaration: +Ud = 2220.0 //Dirty overall heat transfer coefficient (W/m^2.K) +A = 0.1217 //Heat transfer area (m^2) +Cw = 264.0 //Capacitance rate of water (W/K) + +//Calculation: +NTU = (Ud*A)/Cw //Number of transfer units of the exchanger + +//Result: +printf("The number of transfer units (NTU) of the exchanger is : %.2f .",NTU) |