summaryrefslogtreecommitdiff
path: root/2165/CH6/EX6.15
diff options
context:
space:
mode:
Diffstat (limited to '2165/CH6/EX6.15')
-rwxr-xr-x2165/CH6/EX6.15/6_15.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/2165/CH6/EX6.15/6_15.sce b/2165/CH6/EX6.15/6_15.sce
new file mode 100755
index 000000000..3f444f00d
--- /dev/null
+++ b/2165/CH6/EX6.15/6_15.sce
@@ -0,0 +1,14 @@
+clc
+//initialisation of variables
+a=50//degree c
+v=2000//ft/sec
+p=800//ft/sec
+b=20//Degree C
+v1=0.9//in^2
+v2=513//ft/sec
+W=(1/32.2)*[1810-(-313)]*p//ft/lb lb stream /sec
+K=(v^2)/(2*32.2)//ft/lb sec
+//CALCULATIONS
+D=(W/K)*100//percent/lb
+//RESULTS
+printf('the work done per lb=% f percent/lb',D)