From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 2141/CH11/EX11.3/Ex11_3.sce | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 2141/CH11/EX11.3/Ex11_3.sce (limited to '2141/CH11/EX11.3') 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) -- cgit