summaryrefslogtreecommitdiff
path: root/1466/CH8/EX8.5/8_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '1466/CH8/EX8.5/8_5.sce')
-rwxr-xr-x1466/CH8/EX8.5/8_5.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/1466/CH8/EX8.5/8_5.sce b/1466/CH8/EX8.5/8_5.sce
new file mode 100755
index 000000000..21fad30b3
--- /dev/null
+++ b/1466/CH8/EX8.5/8_5.sce
@@ -0,0 +1,13 @@
+
+clc
+//initialisation of variables
+t=0.001/12//ft
+n=30//rpm
+ne=0.0032
+pi=22/7
+D=1/3
+l=2/3
+//CALCULATIONS
+vt=ne*pi*pi*D^3*l*n/(120*t)
+//RESULTS
+printf (' viscious torque= %.2f lb-ft',vt)