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 --- 2513/CH9/EX9.3/9_3.sce | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 2513/CH9/EX9.3/9_3.sce (limited to '2513/CH9/EX9.3') diff --git a/2513/CH9/EX9.3/9_3.sce b/2513/CH9/EX9.3/9_3.sce new file mode 100755 index 000000000..5c9a54ea2 --- /dev/null +++ b/2513/CH9/EX9.3/9_3.sce @@ -0,0 +1,16 @@ +clc +//initialisation of variables +p=40//ft +d=56//ft +d1=140//ft +p1=30//ft +w=3.28*10^-4//fps +//CALCULATIONS +Q=w*(p/d1)*2*d*p//cfs +q=Q/p//cfs +K=w*(p/d1)//fps +x0=q/(2*%pi*K)//ft +Z=2*%pi*x0//ft +//RESULTS +printf('the yield of the well if the coefficient of permeability=% f ft',x0) +printf('the distance of the point of stagnation =% f ft',Z) -- cgit