summaryrefslogtreecommitdiff
path: root/806/CH1/EX1.2/12.sce
diff options
context:
space:
mode:
Diffstat (limited to '806/CH1/EX1.2/12.sce')
-rw-r--r--806/CH1/EX1.2/12.sce12
1 files changed, 0 insertions, 12 deletions
diff --git a/806/CH1/EX1.2/12.sce b/806/CH1/EX1.2/12.sce
deleted file mode 100644
index 310088f85..000000000
--- a/806/CH1/EX1.2/12.sce
+++ /dev/null
@@ -1,12 +0,0 @@
-clc
-pathname=get_absolute_file_path('12.sce')
-filename=pathname+filesep()+'12.sci'
-exec(filename)
-diary('C:\users\Bhavesh\desktop\scilab\12.txt')
-disp("A lubricated shaft rotates inside a concentric sleeve bearing at 1200rpm,the clearance is smaal with respect to the radius and hence a linear distribution velocity distribution may be assumed.What are the power requirements to rotate the shaft?R=2cm , L=6cm , dy=0.1mm , and u=0.2N.s/m^2.")
-disp("Solution:")
-t=u*du/dy*2*%pi/60*R*1000/100//shear stress in N/m^2
-T=t*2*%pi*R*L*R/1000000//torque in Nm
-P=T*du*2*%pi/60//Power in Watts
-disp("W",P,"Power required to rotate the shaft =")
-diary(0) \ No newline at end of file