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/CH11/EX11.5/115.sce | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 2159/CH11/EX11.5/115.sce (limited to '2159/CH11/EX11.5') diff --git a/2159/CH11/EX11.5/115.sce b/2159/CH11/EX11.5/115.sce new file mode 100755 index 000000000..0ba03f77e --- /dev/null +++ b/2159/CH11/EX11.5/115.sce @@ -0,0 +1,17 @@ +// problem 11.5 +H=50 +Q=1.2 +u1=18 +y=160 +y2=180-y +Cv=0.94 +g=9.81 +V1=Cv*((2*g*H)^0.5) +Vw1=V1 +Vr1=V1-u1 +Vr2=Vr1 +Vw2=Vr2*(cosd(y2))-u1 +w=9810 +P=(w*Q*(Vw1+Vw2)*u1)/(g*1000) +n=P*1000/(w*Q*H) +disp(n*100,P,"power developed in Kw and efficiency of the wheel") -- cgit