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 --- 2159/CH3/EX3.7/37.sce | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 2159/CH3/EX3.7/37.sce (limited to '2159/CH3/EX3.7/37.sce') diff --git a/2159/CH3/EX3.7/37.sce b/2159/CH3/EX3.7/37.sce new file mode 100755 index 000000000..b3468e76d --- /dev/null +++ b/2159/CH3/EX3.7/37.sce @@ -0,0 +1,14 @@ +// problem 3.7 +q=0.1 +d1=0.2 +Cd=0.9 +H=0.4 +s1=1 +s2=13.6 +g=9.8 +h=H*((s2/s1)-1) +a1=3.142*d1*d1/4 +z=1+(((Cd*a1*((2*g*h)^0.5))/q)^2) +a2=((a1^2)/z)^0.5 +d2=(4*a2/3.1)^0.5 +disp(d2,"diameter of throat in m") -- cgit