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 --- 1379/CH11/EX11.1.5/example11_5.sce | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100755 1379/CH11/EX11.1.5/example11_5.sce (limited to '1379/CH11/EX11.1.5') diff --git a/1379/CH11/EX11.1.5/example11_5.sce b/1379/CH11/EX11.1.5/example11_5.sce new file mode 100755 index 000000000..6e29c9f17 --- /dev/null +++ b/1379/CH11/EX11.1.5/example11_5.sce @@ -0,0 +1,27 @@ + + +//exapple 11.5 +clc; funcprot(0); +// Initialization of Variable +g=9.81; +pi=3.1428; +r=0.51; +e=0.48;//void ratio +rhos=2280;//density of glass +rho=1.204;//density of air +U=0.015;//velocity of water entering bed +L=7.32; +gam=1.4;//gamma +neta=0.7//efficiency +P4=1.013*10^5; +P1=P4; +v1=1/1.204;//volume 1 +//calculation +P3=P4+g*(rhos-rho)*(1-e)*L; +P2=P3+0.1*85090; +v2=(P1*v1^gam/P2)^(1/gam);//vlume 2 +W=1/neta*gam/(gam-1)*(P2*v2-P1*v1);//work done +v3=P2*v2/P3;//volume 3 +M=U*pi*r^2/v3;//mass flow rate +P=M*W; +disp(P,"The power supplies to the blower in (W):"); -- cgit