diff options
Diffstat (limited to '2141/CH11/EX11.3')
-rwxr-xr-x | 2141/CH11/EX11.3/Ex11_3.sce | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/2141/CH11/EX11.3/Ex11_3.sce b/2141/CH11/EX11.3/Ex11_3.sce new file mode 100755 index 000000000..192200cec --- /dev/null +++ b/2141/CH11/EX11.3/Ex11_3.sce @@ -0,0 +1,14 @@ +
+
+clc
+//initialisation of variables
+clear
+Pv=0.1217 //lbf/in^2
+Pa=14.7-0.12//lbf/in^2
+Umga=0.622*(Pv/Pa)//lbf/in^2
+ma=139.6//lbm
+umga1=0.02135//lbm
+//CALCULATIONS
+M=ma*(umga1-Umga)//lbm
+//RESULTS
+printf('The mass of vapor condensed=% f lbm',M)
|