From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 764/CH12/EX12.12.a/data12_12.sci | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 764/CH12/EX12.12.a/data12_12.sci (limited to '764/CH12/EX12.12.a') 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 -- cgit