diff options
Diffstat (limited to '2165/CH8/EX8.6/8_6.sce')
-rwxr-xr-x | 2165/CH8/EX8.6/8_6.sce | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/2165/CH8/EX8.6/8_6.sce b/2165/CH8/EX8.6/8_6.sce new file mode 100755 index 000000000..0eb64a712 --- /dev/null +++ b/2165/CH8/EX8.6/8_6.sce @@ -0,0 +1,23 @@ +clc
+//initialisation of variables
+h=12//in
+h1=18//in
+v=19000//B.Th.U/lb
+T=12600//lb/in^2
+m=90//lb/in^2
+w=120//gal
+t1=140//F
+t2=60//F
+t3=570//F
+Cv=0.24//ft/lb
+q=810//ft/lb
+n=16.9//lb
+//CALCULATIONS
+H=(n/t2*v)//B.Th.U
+H1=[m*%pi*(144/4)*(h1/h)*(T/t2)]/(778*2)//B.TH.U/min
+H2=1750//B.Th.U
+H3=(H1-H2)//B.Th.U
+W=(w*10/t2)*(t1-t2)//B,Th.U
+G=((q+n)/(t2))*(t3-t2)*Cv//B.TH.U
+//RESULTS
+printf('The heat balance showing heat quantities received and the discharged per min=% f B.TH.U',G)
|