summaryrefslogtreecommitdiff
path: root/746/CH4/EX4.14/4_14.sce
diff options
context:
space:
mode:
Diffstat (limited to '746/CH4/EX4.14/4_14.sce')
-rwxr-xr-x746/CH4/EX4.14/4_14.sce15
1 files changed, 0 insertions, 15 deletions
diff --git a/746/CH4/EX4.14/4_14.sce b/746/CH4/EX4.14/4_14.sce
deleted file mode 100755
index 755aa6047..000000000
--- a/746/CH4/EX4.14/4_14.sce
+++ /dev/null
@@ -1,15 +0,0 @@
-//Relative speed and friction//
-pathname=get_absolute_file_path('4.14.sce')
-filename=pathname+filesep()+'4.14-data.sci'
-exec(filename)
-//Area of jet(in mm^2):
-Ajet=%pi/4*D^2
-//Jet speed relative to the nozzle(in m/sec):
-Vrel=Q/2/Ajet*10^6/60/1000
-//Value of w*R in m/sec:
-wR=w*R*2*%pi/60/1000
-//Friction torque at pivot(in N-m):
-Tf=R*(Vrel*cosd(alpha)-wR)*d*Q/1000/60/1000
-printf("\n\nRESULTS\n\n")
-printf("\n\nJet speed relative to each nozzle: %.2f m/sec\n\n",Vrel)
-printf("\n\nFriction torque at pivot: %.5f N-m\n\n",Tf)