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.10.a/data12_10.sci | |
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.10.a/data12_10.sci')
-rwxr-xr-x | 764/CH12/EX12.10.a/data12_10.sci | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/764/CH12/EX12.10.a/data12_10.sci b/764/CH12/EX12.10.a/data12_10.sci new file mode 100755 index 000000000..4f5617148 --- /dev/null +++ b/764/CH12/EX12.10.a/data12_10.sci @@ -0,0 +1,20 @@ + +//(Brakes) Example 12.10 +//Width of the steel band w (mm) +w = 100 +//Thickness of the steel band t (mm) +t = 3 +//Maximum tensile stress in the band sigmat (N/mm2) +sigmat = 50 +//Coefficient of friction between the friction lining and the drum mu +mu = 0.25 +//Radius of the drum R (mm) +R = 300 +//Angle of wrap theta (deg) +theta = 240 +//Distance of the loose end from the pivot d1 (mm) +d1 = 200 +//Distance of the tight end from the pivot d2 (mm) +d2 = 50 +//Distance of the force from the loose end d3 (mm) +d3 = 750 |