summaryrefslogtreecommitdiff
path: root/806/CH1/EX1.2
diff options
context:
space:
mode:
authorprashantsinalkar2018-02-03 10:59:42 +0530
committerprashantsinalkar2018-02-03 10:59:42 +0530
commitd1e070fe2d77c8e7f6ba4b0c57b1b42e26349059 (patch)
tree612077a22c8142c0ae754ec11882a4e7d5dc25a4 /806/CH1/EX1.2
parentf35ea80659b6a49d1bb2ce1d7d002583f3f40947 (diff)
downloadScilab-TBC-Uploads-d1e070fe2d77c8e7f6ba4b0c57b1b42e26349059.tar.gz
Scilab-TBC-Uploads-d1e070fe2d77c8e7f6ba4b0c57b1b42e26349059.tar.bz2
Scilab-TBC-Uploads-d1e070fe2d77c8e7f6ba4b0c57b1b42e26349059.zip
Modified the code
Diffstat (limited to '806/CH1/EX1.2')
-rw-r--r--806/CH1/EX1.2/12.sce12
-rw-r--r--806/CH1/EX1.2/12.txt11
2 files changed, 0 insertions, 23 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
diff --git a/806/CH1/EX1.2/12.txt b/806/CH1/EX1.2/12.txt
deleted file mode 100644
index 5a0ff5871..000000000
--- a/806/CH1/EX1.2/12.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-
- 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.
-
- Solution:
-
- Power required to rotate the shaft =
-
- 95.251282
-
- W