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 --- 1052/CH11/EX11.4/114.sce | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 1052/CH11/EX11.4/114.sce (limited to '1052/CH11/EX11.4') diff --git a/1052/CH11/EX11.4/114.sce b/1052/CH11/EX11.4/114.sce new file mode 100755 index 000000000..c6963d0aa --- /dev/null +++ b/1052/CH11/EX11.4/114.sce @@ -0,0 +1,14 @@ +clc +//Example 11.4 +//Page no. 115 +printf("Example 11.4-Page no. 115\n\n") +//given +//mass flowrate of flue gas ,average moleculer weight flue gas,standard conditions + m=50//lb/min + M=29//lb/lbmol + Ts=60//degree F + Ps=1//atm + R=0.73//atm.ft^3/(lbmol.degree R) + Ts=Ts+460//rankin + Qs=(m/M)*(R*Ts/Ps) + printf("standard volumetric flowrate Qs=%f scfm",Qs) -- cgit