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/CH10/EX10.2/102.sce | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 2159/CH10/EX10.2/102.sce (limited to '2159/CH10/EX10.2') diff --git a/2159/CH10/EX10.2/102.sce b/2159/CH10/EX10.2/102.sce new file mode 100755 index 000000000..aae10da1c --- /dev/null +++ b/2159/CH10/EX10.2/102.sce @@ -0,0 +1,19 @@ +//problem 10.2 +Hs=2 +Hd=20 +Hfs=1 +Hfd=5 +Q=1/60 +N=1450/60 +ds=0.1 +dd=ds +n=0.75 +g=9.81 +w=9810 +a=3.142*ds*ds/4 +Vs=Q/a +Vd=Vs +Ht=Hs+Hd+Hfs+Hfd+(Vs*Vs/(2*g))+(Vd*Vd/(2*g)) +Pi=(w*Q*Ht)/(n*1000) +Ns=((N*(Q^0.5))/(Ht^0.75))*60 +disp(Ns,Pi,Ht,"total head developed by the pump,power input to the pump,specific speed of pump in r.p.m") -- cgit