diff options
Diffstat (limited to '2666/CH12/EX12.7/Ex12_7.sce')
-rwxr-xr-x | 2666/CH12/EX12.7/Ex12_7.sce | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/2666/CH12/EX12.7/Ex12_7.sce b/2666/CH12/EX12.7/Ex12_7.sce new file mode 100755 index 000000000..a38c6e1f0 --- /dev/null +++ b/2666/CH12/EX12.7/Ex12_7.sce @@ -0,0 +1,27 @@ +
+clc
+//initialisation of variables
+p=200//ft
+p1=30//psia
+p2=90//psia
+t1=62//f
+t2=68//F
+t3=20//f
+t4=30//F
+t5=140//F
+w=250//Btu
+s=42.4//ft
+h=42.8//tons
+h1=82.15//ft
+h2=96.69//hp
+h3=95.08//ft
+h4=22.03//ft
+h5=23.42//ft
+h6=80.73//ft
+//CALCULATIONS
+W=(h*p)/(h6-h5)//lb per min
+J=W*(h2-h1)+w//Btu per min
+E=J/s//hp
+Cv=h*p/J
+//RESULTS
+printf('the horsepower equals=% f',Cv)
|