summaryrefslogtreecommitdiff
path: root/746/CH6
diff options
context:
space:
mode:
Diffstat (limited to '746/CH6')
-rwxr-xr-x746/CH6/EX6.01/6_01.sce10
-rwxr-xr-x746/CH6/EX6.02/6_02.sce8
-rwxr-xr-x746/CH6/EX6.03/6_03.sce9
-rwxr-xr-x746/CH6/EX6.04/6_04.sce11
-rwxr-xr-x746/CH6/EX6.05/6_05.sce11
-rwxr-xr-x746/CH6/EX6.06/6_06.sce16
-rwxr-xr-x746/CH6/EX6.08/6_08.sce12
-rwxr-xr-x746/CH6/EX6.09/6_09.sce15
8 files changed, 0 insertions, 92 deletions
diff --git a/746/CH6/EX6.01/6_01.sce b/746/CH6/EX6.01/6_01.sce
deleted file mode 100755
index d0d412fd5..000000000
--- a/746/CH6/EX6.01/6_01.sce
+++ /dev/null
@@ -1,10 +0,0 @@
-//Volume flow rate//
-pathname=get_absolute_file_path('06.01.sce')
-filename=pathname+filesep()+'06.01-data.sci'
-exec(filename)
-//Velocity of flow(in m/sec):
-V=sqrt(dw/log((r+w)/r)*g/da*p/1000)
-//Volume flow rate(in m^3/sec):
-Q=V*(d*w)
-printf("\n\nRESULTS\n\n")
-printf("\n\nVolume flow rate: %.3f m^3/sec\n\n",Q)
diff --git a/746/CH6/EX6.02/6_02.sce b/746/CH6/EX6.02/6_02.sce
deleted file mode 100755
index bf235e779..000000000
--- a/746/CH6/EX6.02/6_02.sce
+++ /dev/null
@@ -1,8 +0,0 @@
-//Velocity of flow//
-pathname=get_absolute_file_path('06.02.sce')
-filename=pathname+filesep()+'06.02-data.sci'
-exec(filename)
-//Velocity of flow(in m/sec):
-V=sqrt(2*dw*g*p/1000*SG/da)
-printf("\n\nRESULTS\n\n")
-printf("\n\nVelocity of flow: %.3f m/sec\n\n",V)
diff --git a/746/CH6/EX6.03/6_03.sce b/746/CH6/EX6.03/6_03.sce
deleted file mode 100755
index 5f4c26300..000000000
--- a/746/CH6/EX6.03/6_03.sce
+++ /dev/null
@@ -1,9 +0,0 @@
-//prssure required//
-filename=pathname+filesep()+'06.03-data.sci'
-exec(filename)
-//Velocity of flwat the inlet(in m/sec):
-V1=Ae/Ai*V2
-//Gauge pressure required at the inlet(in kPa):
-p=0.5*da*(V2^2-V1^2)
-printf("\n\nRESULTS\n\n")
-printf("\n\nGauge prssure required at the inlet: %.3f kPa\n\n",p/1000)
diff --git a/746/CH6/EX6.04/6_04.sce b/746/CH6/EX6.04/6_04.sce
deleted file mode 100755
index 81e13bb2d..000000000
--- a/746/CH6/EX6.04/6_04.sce
+++ /dev/null
@@ -1,11 +0,0 @@
-//Speed and pressure//
-pathname=get_absolute_file_path('06.04.sce')
-filename=pathname+filesep()+'06.04-data.sci'
-exec(filename)
-//Speed of water at exit(in m/sec):
-V2=sqrt(2*g*z)
-//Pressure at point A in the flow(kPa):
-pA=p1+d*g*(0-l)-0.5*d*V2^2
-printf("\n\nRESULTS\n\n")
-printf("\n\nSpeed of water at exit: %.3f m/sec\n\n",V2)
-printf("\n\nPressure at point A in the flow: %3f kPa\n\n",pA/1000)
diff --git a/746/CH6/EX6.05/6_05.sce b/746/CH6/EX6.05/6_05.sce
deleted file mode 100755
index c72c372cf..000000000
--- a/746/CH6/EX6.05/6_05.sce
+++ /dev/null
@@ -1,11 +0,0 @@
-//flow//
-pathname=get_absolute_file_path('06.05.sce')
-filename=pathname+filesep()+'06.05-data.sci'
-exec(filename)
-//Velocity of flow at the exit(in ft/sec):
-V2=sqrt(2*g*(Du-Dd/12))
-//Volume flow rate/width(ft^2/sec):
-Q=V2*Dd/12
-printf("\n\nRESULTS\n\n")
-printf("\n\nVelocity of flow at the exit: %.3f ft/sec\n\n",V2)
-printf("\n\nVolume flow rate/width: %.3f ft^2/sec\n\n",Q)
diff --git a/746/CH6/EX6.06/6_06.sce b/746/CH6/EX6.06/6_06.sce
deleted file mode 100755
index 3b954de53..000000000
--- a/746/CH6/EX6.06/6_06.sce
+++ /dev/null
@@ -1,16 +0,0 @@
-//pressure//
-pathname=get_absolute_file_path('06.06.sce')
-filename=pathname+filesep()+'06.06-data.sci'
-exec(filename)
-//Pressure of air at 1000 m(in N/m^2):
-p=P1*pa
-//Density of air at 1000m(in kg/m^3):
-d=D1*da
-//Stagnation pressure at A(in kPa):
-p0A=p+0.5*d*(V*1000/3600)^2
-//Static pressure at B(in kPa):
-pB=p+d/2*((V*1000/3600)^2-Vb^2)
-printf("\n\nRESULTS\n\n")
-printf("\n\nStagnation pressure at A: %.3f kPa\n\n",p0A/1000)
-printf("\n\nStatic pressure at B: %.3f kPa\n\n",pB/1000)
-
diff --git a/746/CH6/EX6.08/6_08.sce b/746/CH6/EX6.08/6_08.sce
deleted file mode 100755
index 1b322d0bd..000000000
--- a/746/CH6/EX6.08/6_08.sce
+++ /dev/null
@@ -1,12 +0,0 @@
-//temperature//
-pathname=get_absolute_file_path('06.08.sce')
-filename=pathname+filesep()+'06.08-data.sci'
-exec(filename)
-//Velocity of flow at exit(in ft/sec):
-V4=sqrt(2*g*(z3-0))
-//Mass flow rate of water(in slug/sec):
-m=d*V4*A4/144
-//Rise in temperature between points 1 and 2(in R):
-T=Q*3413/3600/m/32.2
-printf("\n\nRESULTS\n\n")
-printf("\n\nRise in temperature between points 1 and 2: %.3f R\n\n",T)
diff --git a/746/CH6/EX6.09/6_09.sce b/746/CH6/EX6.09/6_09.sce
deleted file mode 100755
index ba6a27459..000000000
--- a/746/CH6/EX6.09/6_09.sce
+++ /dev/null
@@ -1,15 +0,0 @@
-//Streamline flow//
-pathname=get_absolute_file_path('06.09.sce')
-filename=pathname+filesep()+'06.09-data.sci'
-exec(filename)
-t=0:5
-//Value of sqrt(2gh):
-x=sqrt(2*g*h)
-//Value of 1/2L*sqrt(2gh):
-y=1/2/L*x
-[m n]=size(t)
-i=1:n;
-//Velocity(in m/sec):
-V2=x*tanh(y*t(i))
-plot(t,V2);
-xtitle('Streamline flow from 1 to 2','Time(in s)','V2(in m/sec)')