summaryrefslogtreecommitdiff
path: root/764/CH12/EX12.6.a/data12_6.sci
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /764/CH12/EX12.6.a/data12_6.sci
downloadScilab-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.a/data12_6.sci')
-rwxr-xr-x764/CH12/EX12.6.a/data12_6.sci16
1 files changed, 16 insertions, 0 deletions
diff --git a/764/CH12/EX12.6.a/data12_6.sci b/764/CH12/EX12.6.a/data12_6.sci
new file mode 100755
index 000000000..c07d0209d
--- /dev/null
+++ b/764/CH12/EX12.6.a/data12_6.sci
@@ -0,0 +1,16 @@
+
+//(Brakes) Example 12.6
+//Limit of the product pv
+pv = 2
+//Coefficient of friction between the drum and the friction lining mu
+mu = 0.2
+//Gear ratio between the brake and cable drum g
+g = 4
+//Permissible intensity of pressure on friction lining pmax (N/mm2)
+pmax = 1
+//Radius of the brake drum Rb (mm)
+Rb = 200
+//Radius of the cable drum Rc (mm)
+Rc = 150
+//Mass attached to the cable drum m (kg)
+m = 500