summaryrefslogtreecommitdiff
path: root/2141/CH5/EX5.14
diff options
context:
space:
mode:
Diffstat (limited to '2141/CH5/EX5.14')
-rwxr-xr-x2141/CH5/EX5.14/Ex5_14.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/2141/CH5/EX5.14/Ex5_14.sce b/2141/CH5/EX5.14/Ex5_14.sce
new file mode 100755
index 000000000..e13258d30
--- /dev/null
+++ b/2141/CH5/EX5.14/Ex5_14.sce
@@ -0,0 +1,10 @@
+
+clc
+//initialisation of variables
+hi=143.6 //Btu/lbm
+he=53.8 //Btu/lbm
+xe=561.1 //Btu/lbm
+//CALCULATIONS
+Xe=(hi-he)/xe*100//per-cent
+//RESULTS
+printf('the the quality of the ammonia leaving the expansion value=% f per-cent',Xe)