diff options
Diffstat (limited to '3825/CH7/EX7.3/Ex7_3.sce')
-rw-r--r-- | 3825/CH7/EX7.3/Ex7_3.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/3825/CH7/EX7.3/Ex7_3.sce b/3825/CH7/EX7.3/Ex7_3.sce new file mode 100644 index 000000000..2855c9c87 --- /dev/null +++ b/3825/CH7/EX7.3/Ex7_3.sce @@ -0,0 +1,8 @@ +clc
+TL=270
+TH=300
+COPR=TL/(TH-TL)
+mprintf("COPR=%i\n",COPR)
+QL=5*10^6 //in kJ/h
+W=(QL/3600)/COPR
+mprintf("W=%fkW",W)//ans vary due to roundoff error
|