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 --- 2420/CH9/EX9.7/9_7.sce | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 2420/CH9/EX9.7/9_7.sce (limited to '2420/CH9/EX9.7') diff --git a/2420/CH9/EX9.7/9_7.sce b/2420/CH9/EX9.7/9_7.sce new file mode 100755 index 000000000..2d7d2eb9d --- /dev/null +++ b/2420/CH9/EX9.7/9_7.sce @@ -0,0 +1,19 @@ +clc +clear +//Initialization of variables +h=4 //in +den=13.6 //g/cc +Ar=1/9 +A1=12 //sq in +gam=62.4 //lb/ft^3 +g=32.2 //ft/s^2 +//calculations +dh=(h*den-h)/12 +Vr=1/Ar +V22=2*g*dh/(1-Ar^2) +V2=sqrt(V22) +A2=A1*Ar +v2=1/gam +ms=A2*V2/(v2*144) +//results +printf("Flow rate of water = %.1f lb/sec",ms) -- cgit