blob: b2bdb39397cb0e0f99d15e203495f96300000570 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
//(Brakes) Example 12.7
//Angle subtended by the block at the drum theta (deg)
theta = 100
//Diameter of the brake drum D (mm)
D = 500
//Width of the friction lining w (mm)
w = 100
//Coefficient of friction mu
mu = 0.2
//Maximum intensity of pressure pmax (N/mm2)
pmax = 0.5
|