diff options
author | priyanka | 2015-06-24 15:03:17 +0530 |
---|---|---|
committer | priyanka | 2015-06-24 15:03:17 +0530 |
commit | b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch) | |
tree | ab291cffc65280e58ac82470ba63fbcca7805165 /764/CH6/EX6.1.b/result6_1.txt | |
download | Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2 Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip |
initial commit / add all books
Diffstat (limited to '764/CH6/EX6.1.b/result6_1.txt')
-rwxr-xr-x | 764/CH6/EX6.1.b/result6_1.txt | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/764/CH6/EX6.1.b/result6_1.txt b/764/CH6/EX6.1.b/result6_1.txt new file mode 100755 index 000000000..a846f935b --- /dev/null +++ b/764/CH6/EX6.1.b/result6_1.txt @@ -0,0 +1,65 @@ +-->//(Power Screws) Example 6.1
+
+-->//Number of starts n
+
+-->n = 3
+ n =
+
+ 3.
+
+-->//Nominal diameter of screw d (mm)
+
+-->d = 50
+ d =
+
+ 50.
+
+-->//Pitch of the screw p (mm)
+
+-->p = 8
+ p =
+
+ 8.
+
+-->//Collar outer diameter Do (mm)
+
+-->Do = 100
+ Do =
+
+ 100.
+
+-->//Collar inner diameter Di (mm)
+
+-->Di = 65
+ Di =
+
+ 65.
+
+-->//Coefficient of friction mu
+
+-->mu = 0.15
+ mu =
+
+ 0.15
+
+-->//Load to be raised W (kN)
+
+-->W = 15
+ W =
+
+ 15.
+
+-->//Force applied at radius rad (mm)
+
+-->rad = 500
+ rad =
+
+ 500.
+
+
+Torque required to raise the load(Mtt) = 204644.140833 mm
+
+Torque required to lower the load(Mlt) = 87401.514671 mm
+
+Force at 500mm radius required to raise the load(Pi) = 409.288282 N
+
\ No newline at end of file |