summaryrefslogtreecommitdiff
path: root/1364/CH7/EX7.8.2
diff options
context:
space:
mode:
Diffstat (limited to '1364/CH7/EX7.8.2')
-rwxr-xr-x1364/CH7/EX7.8.2/7_8_2.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/1364/CH7/EX7.8.2/7_8_2.sce b/1364/CH7/EX7.8.2/7_8_2.sce
new file mode 100755
index 000000000..15981a106
--- /dev/null
+++ b/1364/CH7/EX7.8.2/7_8_2.sce
@@ -0,0 +1,11 @@
+clc
+//initialisation of variables
+Pb= 1800//h.p
+d1= 0.002378 //slug/ft^3
+d= 10 //ft
+U= 352 //ft/km hr
+//CALCULATIONS
+r= Pb*550/(2*d1*%pi*(d/2)^2*U^3)
+p= (1-r)*100
+//CALCULATIONS
+printf (' ideal efficiency = %.f ',p+1.1)