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.12.a | |
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.12.a')
-rwxr-xr-x | 764/CH12/EX12.12.a/data12_12.sci | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/764/CH12/EX12.12.a/data12_12.sci b/764/CH12/EX12.12.a/data12_12.sci new file mode 100755 index 000000000..7e19db69b --- /dev/null +++ b/764/CH12/EX12.12.a/data12_12.sci @@ -0,0 +1,14 @@ + +//(Brakes) Example 12.12 +//Troque capacity of the disk brake Mt (N-m) +Mt = 1500 +//Outer radius of the pad Ro (mm) +Ro = 150 +//Inner radius of the pad Ri (mm) +Ri = 100 +//Coefficient of friction mu +mu = 0.35 +//Average pressure on the pad pavg (MPa) +pavg = 2 +//Number of pads n +n = 2 |