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/CH12/EX12.7.b/result12_7.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/CH12/EX12.7.b/result12_7.txt')
-rwxr-xr-x | 764/CH12/EX12.7.b/result12_7.txt | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/764/CH12/EX12.7.b/result12_7.txt b/764/CH12/EX12.7.b/result12_7.txt new file mode 100755 index 000000000..35a61dff0 --- /dev/null +++ b/764/CH12/EX12.7.b/result12_7.txt @@ -0,0 +1,46 @@ +-->//(Brakes) Example 12.7
+
+-->//Angle subtended by the block at the drum theta (deg)
+
+-->theta = 100
+ theta =
+
+ 100.
+
+-->//Diameter of the brake drum D (mm)
+
+-->D = 500
+ D =
+
+ 500.
+
+-->//Width of the friction lining w (mm)
+
+-->w = 100
+ w =
+
+ 100.
+
+-->//Coefficient of friction mu
+
+-->mu = 0.2
+ mu =
+
+ 0.2
+
+-->//Maximum intensity of pressure pmax (N/mm2)
+
+-->pmax = 0.5
+ pmax =
+
+ 0.5
+
+
+Distance of pivot from axis of the drum(h) = 280.588279 mm
+
+Torque capacity of each shoe(Mt) = 957555.553899 N-mm
+
+Reaction in x-direction(Rx) = 17063.356281 N
+
+Reaction in y-direction(Ry) = 3412.671256 N
+
\ No newline at end of file |