From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 764/CH12/EX12.7.b/result12_7.txt | 46 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100755 764/CH12/EX12.7.b/result12_7.txt (limited to '764/CH12/EX12.7.b/result12_7.txt') 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 -- cgit