summaryrefslogtreecommitdiff
path: root/2141/CH7/EX7.9/Ex7_9.sce
diff options
context:
space:
mode:
Diffstat (limited to '2141/CH7/EX7.9/Ex7_9.sce')
-rwxr-xr-x2141/CH7/EX7.9/Ex7_9.sce15
1 files changed, 15 insertions, 0 deletions
diff --git a/2141/CH7/EX7.9/Ex7_9.sce b/2141/CH7/EX7.9/Ex7_9.sce
new file mode 100755
index 000000000..b7e6d2b0c
--- /dev/null
+++ b/2141/CH7/EX7.9/Ex7_9.sce
@@ -0,0 +1,15 @@
+
+clc
+//initialisation of variables
+P1=14.7 //lbf/in^2
+P2=60 //lbf/in^2
+T1=520 //R
+n=1.3 //constant
+T=1.383
+R=55.15//ft
+w=-47.0//Btu/lbm
+//CALCULATIONS
+T2=T1*T//R
+Q=0.177*(T2-T1)+w//Btu/lbm
+//RESULTS
+printf('The work and heat transfer per pound =% f Btu/lbm',Q)