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/CH11/EX11.3/11_3.sce | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 2513/CH11/EX11.3/11_3.sce (limited to '2513/CH11/EX11.3') diff --git a/2513/CH11/EX11.3/11_3.sce b/2513/CH11/EX11.3/11_3.sce new file mode 100755 index 000000000..b325a45a3 --- /dev/null +++ b/2513/CH11/EX11.3/11_3.sce @@ -0,0 +1,19 @@ +clc +//initialisation of variables +w=40//ft +k=2*10^-3//cm/sec +p=3.28*10^-3//cfs +h=6.47*10^5//gpd +p1=0.433//ft +m=9//ft +delh=w/(18*9)//in +k1=4.94*10^-4//cm/sec +//CALCULATIONS +Q=k*p*w*(9/18)//cfs +Q1=Q*h//gpd/ft width +P=(1-8/18)*w*p1//Psig +H=k1/k//in +//RESULTS +printf('the seepage through each foot width of the foundation=% f gpd/ft/ width',Q1) +printf('the excess hydrostatic pressure on the upstream side of the bottom of the sheet pilling=% f Psig',P) +printf('the maximum hydraulic gradient and its relations to the coeeficent=% f in',H) -- cgit