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 --- 1466/CH8/EX8.3/8_3.sce | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100755 1466/CH8/EX8.3/8_3.sce (limited to '1466/CH8/EX8.3') diff --git a/1466/CH8/EX8.3/8_3.sce b/1466/CH8/EX8.3/8_3.sce new file mode 100755 index 000000000..1db199dad --- /dev/null +++ b/1466/CH8/EX8.3/8_3.sce @@ -0,0 +1,20 @@ + +clc +//initialisation of variables +w=20//tons +d=0.5 +w1=57.2//lb/ft^2 +vs=0.0205//ft-sec +pi=22/7 +l=1000//ft +g=32.2//ft/sec^2 +//CALCULATIONS +Q=w*2240/(w1*3600) +v=(Q*4)/(pi*d*d) +Re=v*d/vs +k=8*(27.1)^-1 +i=k*v*v*4/(d*g) +hf=i*l +hp=w*hf*2240/(3600*550) +//RESULTS +printf (' horse power required= %.2f ',hp) -- cgit