You are on page 1of 1

ID: 726872 rotor connection copper

Double a6, sf2, ggl2, gcl2, gel2;


fxz = ROTOR_CD_FXZ;
bn12 = ROTOR_VL_BN2;
jb22 = ROTOR_VL_JB2;
hn12 = ROTOR_VL_HN2;
jh22 = ROTOR_VL_JH2;
ncp = ROTOR_VL_NCP;
n2 = CHAPA_VL_N2;
cmd2 = ROTOR_VL_DD2;
ce2 = BOB_CAB_ROT_C2;
pol = IDENTIFICACAO_VL_POL;
ecs2 = LIG_ROT_ECS2;
lc2 = LIG_ROT_LC2;
dit2 = CHAPA_VL_DI2;
dbe2 = BOB_CAB_ROT_DBE2;
lig = ROTOR_TP_LIG;
if (fxz.equals("P")) a6 = 1.;
else a6 = 2.;
sf2 = bn12 * jb22 * hn12 * jh22;
ggl2 = 0.0000089 * 3. * ncp * ((2. * n2 * cmd2 * a6 * ce2 / (6. * pol) + 4. *
(hn12 * jh22)) * sf2 + (2. * ecs2 * lc2 * (2. * hn12 * jh22 + bn12 * jb22 +
20.)));
gcl2 = 0.0000089 * 3. * ncp * ((sf2 * (dbe2 - dit2) / 2.) + ecs2 * lc2 * (2.
* (hn12 * jh22) + bn12 * jb22 + 20.) + ecs2 * lc2 * (Math.PI * ((hn12 * jh22)
+ 5.) + 2. * (hn12 * jh22)));
gel2 = 0.000009 * (Math.PI * dit2 * sf2 + 3. * ncp * sf2 * ((dbe2 - dit2) /
2. + 3. * (hn12 * jh22)) + ecs2 * lc2 * (2. * (hn12 * jh22) + (bn12 * jb22) +
20.));
if(lig.equals("D")) gel2 = 3. * gel2;

LIG_ROT_MASSA_G =
LIG_ROT_MASSA_B =
LIG_ROT_MASSA_Y =
LIG_ROT_MASSA_TOT

Math.round(10.*ggl2)/10.;
Math.round(10.*gcl2)/10.;
Math.round(10.*gel2)/10.;
= Math.round(10.*(ggl2 + gcl2))/10.;

Rule to calculate: dbe2 (ID:726869)

You might also like