0% found this document useful (0 votes)
105 views5 pages

Codigo Matlab Factor de Seguridad A Flexion y Picadura

1) The document provides calculations to determine factors of safety for bending and pitting for a gear system based on input parameters such as number of teeth, module, pressure angle, hardness values, and service conditions. 2) Calculations are shown to determine stresses and compare them to stress limits to obtain factors of safety for bending and pitting of both the pinion and gear. 3) Additional values such as geometry, load, and material factors are input and used in the calculations.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
105 views5 pages

Codigo Matlab Factor de Seguridad A Flexion y Picadura

1) The document provides calculations to determine factors of safety for bending and pitting for a gear system based on input parameters such as number of teeth, module, pressure angle, hardness values, and service conditions. 2) Calculations are shown to determine stresses and compare them to stress limits to obtain factors of safety for bending and pitting of both the pinion and gear. 3) Additional values such as geometry, load, and material factors are input and used in the calculations.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5

%%%%%%%%%%%%%%%factor de seguridad a flexion y picadura

%%%%%%%%%%%%%%%

Np = 19; %%%%%%%%%dientes piñon%%%%%%


Ng = 57; %%%%%%%%%diesntes corona%%%%%%%
PN = 12; %%%%%%%%%paso diametral normal%%%%%%%%
betha = 32; %%%%%%%%angulo de helice%%%%%%%%
np = 1900; %%%%%%velocidad en RPM%%%%%%%%%%%
H = 4; %%%%%%%%potencia en HP%%%%%%%%%%
KA = 1; %%%%%%%%%%factor de sobrecarga%%%%%%%%%
Qv = 7; %%%%%%%Calidad AGMA %%%%%%%%%%%
F = 1.6; %%%%%%%ancho de cara%%%%%%%%
b = F;
alfa = 20; %%%%angulo de presion%%%%%
N = 10^8; %%%%%%%%%%cantidad de ciclos%%%%%%%%
HBP = 240; %%%%%dureza piñon%%%%%%
HBG = 200; %%%%%dureza de la corona%%%%%%
Cf = 1; %%%%%%%%%factor condicion superficial%%%%%%
%%%%%%%
%%%%%%%%%%%%%Desarrollo%%%%%%%%%%%%%%%%%%%
alfat = atand(tand(alfa)/tand(betha))
Pt = PN*cosd(betha)
dp = Np/Pt;
dg = Ng/Pt;
V = (pi*dp*np)/12
Wt = (33000*H)/V
B = 0.25*(12-Qv)^(2/3)
A = 50 + 56*(1-B)
KV = ((A+sqrt(V))/A)^(B)
%%%%%%%%%%%%%%%%%ingresar datos de la tabla 14-2 segun
Np y NG%%%%%%%%%

Yp = input('YP')
Yg = input('YG')

%%%%%%%%%%%%%%%%%%continuacion del desarrollo%%%%%%%%%%%


%%%%
%%%%%%%%%%%%%%%%Factor de tamaño la formula siempre es
la misma%%%%%%%%%
Ksp = 1.192*((F*sqrt(Yp))/PN)^0.0535
Ksg = 1.192*((F*sqrt(Yg))/PN)^0.0535

if 17<=F & F<= 40


Cpf = (F/(10*dp))-0.1109+0.0207*F-0.000228*F^2
elseif 1<=F & F<=17
Cpf = (F/(10*dp))-0.0375+0.0125*F
else
Cpf = (F/(10*dp))-0.025
end

r = b/dp
%%%%%%%%%%%% cojinetes inmediatamnte adyacentes op=1 %%
%%%%%%%
%%%%%%%%%%%% cojinetes separados op=2 %%%%%%%%%

op = input('elije1adayacenteo2sepa')

if op == 1
Cpm = 1
elseif op == 2
Cpm = 1.1
else
Cpm = 0
end

%%%%%%%%%%%%%cma se obtiene del grafico pag 19 PDF %%%%


%%%%

Cma = input('Cma')
%%%%%%%%%%%%%contiuacion del desarrollo%%%%%%%%%%%%%

Kbetha = 1+(Cpf*Cpm+Cma)

%%%%%%Se supone que el espesor de la llanta sea


constante y significativamente mayor que la altura de
%%los dientes por lo que KB =1 pag 49 pdf 19%%%%%%%%%%%
%%%

KB = 1

YN = 1.3558*N^(-0.0178)

YNP = 1.3558*N^(-0.0178)

u = Ng/Np

YNG = 1.3558*(N/u)^(-0.0178)
%%%%%%%%%%%ingrese YZ en funcion de la confiabilidad
pag 39 PDF 19 %%%%%%%%%%%%%%

YZ = input('YZ')

CT = 1

%%%%%%%%%%factor geometrico obtenido con pg 27 pdf 19%%


%%%%%%%%%
rp = dp/2
rg = dg/2
dp = Np/Pt
dg = Ng/Pt
rbp = rp*cosd(alfat)
rbg = rg*cosd(alfat)
a = 1/PN
Z = ((rp+a)^2 - rbp^2)^(1/2) + ((rg+a)^2 - rbg^2)^(1/2)
- (rp+rg)*sind(alfat)

mG = Ng/Np
pN = (pi/PN)*cosd(alfa)
mN = pN/(0.95*Z)
I = (cosd(alfat)*sind(alfat)*mG)/(2*mN*(mG+1))

ZE = 2300

%%%%%%%%%%%%%%pag 51 pdf 19%%%%%%%%%%%%%5


sigmaflim1 = (0.533*HBP + 88.3)*145.038

sigmaflim2 = (0.533*HBG + 88.3)*145.038


%%%%%%%%%%%pag 32 pdf 19%%%%%%%%%%%%%%

sigmahlim1 = (2.22*HBP+200)*145.038

sigmahlim2 = (2.22*HBG+200)*145.038

%%%%%%%%factor de durabilidad%%%%%%%%%%%%%

ZNP = 1.4488*(N)^-0.023

ZNG = 1.4488*(N/u)^-0.023
%%%%%%%%%%%coef endurecimiento durante el trabajo%%%%%

RH = HBP/HBG
%%%%%%%%Ver grafico de la iz pag 37 pdf 19%%%%%
ZW = input('ZW')

%%%%%%%factores J' pag 47 pdf 19%%%%%%%%%%


JprimaP = input('JprimaP')
JprimaG = input('JprimaG')
%%%%%%%factores correctivos Yc pag 48 pdf 19%%%%%%%%%%%
%%%
YcP = input('YcP')
YcG = input('YcG')

%%%%%%%%%%%%%factores J%%%%%%%%%%%%
JP = YcP*JprimaP
JG = YcG*JprimaG

%%%%%%%%Flexion del diente del piñon%%%%%


sigmaP = (Wt*KA*KV*Ksp*(Pt/F)*((Kbetha*KB)/JP))

SF = (sigmaflim1*(YNP/(CT*YZ)))/(sigmaP) %%%Factor de
seg flex%%%%

%%%%%Flexión del diente de la corona%%%%%%%%%%%%

sigmaG = (Wt*KA*KV*Ksg*(Pt/F)*((Kbetha*KB)/JG))

SG = (sigmaflim2*(YNG/(CT*YZ)))/(sigmaG) %%%Factor de
seg flex coron%%%%

%%%%%%%%%%Desgaste del diente del piñon%%%%%%%%%%%%%%

sigmacP =
ZE*(Wt*KA*KV*Ksp*(Kbetha/(dp*F))*(Cf/I))^(1/2)

%%%%%%%%Factor de seguridad del desgaste%%%%%%%%%

SHP = (sigmahlim1*(ZNP/(CT*YZ)))/sigmacP

%%%%%%%%Desgaste del diente de la corona%%%%%%%%%%

sigmacG = sigmacP*(Ksg/Ksp)^(1/2)

%%%%%%%%%Factor de seguridad del desgaste%%%%%%%%%

SHG = (sigmahlim2*(ZNG/(CT*YZ)))/sigmacG

You might also like