diff options
Diffstat (limited to '3594/CH8/EX8.1/Ex8_1.sce')
-rw-r--r-- | 3594/CH8/EX8.1/Ex8_1.sce | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/3594/CH8/EX8.1/Ex8_1.sce b/3594/CH8/EX8.1/Ex8_1.sce new file mode 100644 index 000000000..46dc11657 --- /dev/null +++ b/3594/CH8/EX8.1/Ex8_1.sce @@ -0,0 +1,15 @@ +
+clc
+//given
+dia=12//in
+r=dia/2
+CQ=7//in
+OC=6//in
+OH=15//in
+u=0.3
+P=100//lb
+phi=atan(u)
+x=r*sin(phi)//in inches;radius of friction circle
+a=5.82//from figure
+Tb=P*OH*x/a//braking torque
+printf("\nThe braking torque of the drum Tb= %.2f lb in\n",Tb)
|