From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 698/CH14/EX14.18/18_design_of_cone_clutch.txt | 18 ++++++ 698/CH14/EX14.18/P18_Design_of_cone_clutch.sce | 88 ++++++++++++++++++++++++++ 2 files changed, 106 insertions(+) create mode 100644 698/CH14/EX14.18/18_design_of_cone_clutch.txt create mode 100644 698/CH14/EX14.18/P18_Design_of_cone_clutch.sce (limited to '698/CH14/EX14.18') diff --git a/698/CH14/EX14.18/18_design_of_cone_clutch.txt b/698/CH14/EX14.18/18_design_of_cone_clutch.txt new file mode 100644 index 000000000..22bbfe99f --- /dev/null +++ b/698/CH14/EX14.18/18_design_of_cone_clutch.txt @@ -0,0 +1,18 @@ +(a)Torque transmitting capacity of clutch is 119.366 Nm + +(b)To find axial thrust and dimensions, we need to solve the following equations: + F=pmax*2*pi*(Ri^2)*(r-1)---Eq 1 + (F*Ri)=(2*T*sin(alpha))/(f*(1+r))---Eq 2 + +(c)Width of face is half of mean radius: + b=(1/2)*Rm + Ro=r*Ri + where r=(4+sin (alpha))/(4-sin (alpha)) + +(d)Solving the above equations, we get + MAIN DIMENSIONS: +Inner radius of clutch is 125.00 mm +Outer radius of clutch is 140.00 mm +face width of clutch is 66.25 mm + +Axial force required to engage the clutch is 971.930 N diff --git a/698/CH14/EX14.18/P18_Design_of_cone_clutch.sce b/698/CH14/EX14.18/P18_Design_of_cone_clutch.sce new file mode 100644 index 000000000..a1f678805 --- /dev/null +++ b/698/CH14/EX14.18/P18_Design_of_cone_clutch.sce @@ -0,0 +1,88 @@ +clc +//Exercise 14.18 +//Design of cone clutch + +//------------------------------------------------------------------------------ +//Given Data: +//Power to be transmitted +P=10000 //Watt +//Speed +N=800 //rpm +//Limiting normal pressure +pmax=0.09*(10^6) //Pa +//coefficient of friction +f=0.2 +//cone pitch angle +alpha=24/2 //degrees + +//------------------------------------------------------------------------------ +//Function to standardize the dimensions +std=[1 2 3 4 5 6 8 10 12 15 18 20 24 26 30:5:500]//array of standard dimensions +n=length(std) + +funcprot(0) +function y=stddim(x) + x=x*(10^3) + for i=1:n + if (x