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.6.b/result12_6.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.6.b/result12_6.txt')
-rwxr-xr-x | 764/CH12/EX12.6.b/result12_6.txt | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/764/CH12/EX12.6.b/result12_6.txt b/764/CH12/EX12.6.b/result12_6.txt new file mode 100755 index 000000000..7f3ca7639 --- /dev/null +++ b/764/CH12/EX12.6.b/result12_6.txt @@ -0,0 +1,58 @@ +-->//(Brakes) Example 12.6
+
+-->//Limit of the product pv
+
+-->pv = 2
+ pv =
+
+ 2.
+
+-->//Coefficient of friction between the drum and the friction lining mu
+
+-->mu = 0.2
+ mu =
+
+ 0.2
+
+-->//Gear ratio between the brake and cable drum g
+
+-->g = 4
+ g =
+
+ 4.
+
+-->//Permissible intensity of pressure on friction lining pmax (N/mm2)
+
+-->pmax = 1
+ pmax =
+
+ 1.
+
+-->//Radius of the brake drum Rb (mm)
+
+-->Rb = 200
+ Rb =
+
+ 200.
+
+-->//Radius of the cable drum Rc (mm)
+
+-->Rc = 150
+ Rc =
+
+ 150.
+
+-->//Mass attached to the cable drum m (kg)
+
+-->m = 500
+ m =
+
+ 500.
+
+
+Brake shoe force(P) = 4598.437500 N
+
+Area of friction lining(A) = 4598.437500 mm2
+
+Uniform velocity at which the mass can be lowered(v1) = 0.375000 m/s or 22.500000 m/min
+
\ No newline at end of file |