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/CH7/EX7.10/7_10.sce | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 1466/CH7/EX7.10/7_10.sce (limited to '1466/CH7/EX7.10/7_10.sce') diff --git a/1466/CH7/EX7.10/7_10.sce b/1466/CH7/EX7.10/7_10.sce new file mode 100755 index 000000000..20888683d --- /dev/null +++ b/1466/CH7/EX7.10/7_10.sce @@ -0,0 +1,19 @@ + + +clc +//initialisation of variables +clear +p1=750//lb/in^2 +p2=680//lb/in^2 +f=0.008 +k=62.4 +l=3000//ft +g=32.2 +//CALCULATIONS +h=(p1-p2)*144/k +k1=h*2*g/(4*f*l) +v=(5280)^0.2 +d=v*v/k1 +//RESULTS +printf (' velocity of supply pipe= %.2f ft/sec ',v) +printf ('\n Diameter of supply pipe= %.3f ft ',d) -- cgit