Universidad Católica Boliviana "San Pablo"
UNIVERSIDAD CATÓLICA BOLIVIANA “SAN PABLO” CÓDIGO FUENTE YAMILEY FLORES CÁCERES 71 1595. private void generateColumn161() { 1596. double num1 = (0.7 * fpu) * (1 - 0.235); 1597. for (int i = 0; i < rowCount; i++) { 1598. tabla[i][160] = num1; 1599. } 1600. } 1601. 1602. private void generateColumn162() { 1603. for (int i = 0; i < rowCount; i++) { 1604. tabla[i][161] = (tabla[i][15] * 0.978 * 100) 1605. / ((bw * 10) * ((h - apoyos) * 10)); 1606. } 1607. } 1608. 1609. private void generateColumn163() { 1610. double num1, num2, num3 = 1571; 1611. for (int i = 0; i < rowCount; i++) { 1612. double celdaFF = tabla[i][159]; 1613. if (celdaFF <= 35) { 1614. num1 = tabla[i][160] + 70 + (fc / (100 * tabla[i][161])); 1615. num2 = tabla[i][160] + 420; 1616. } else { 1617. num1 = tabla[i][160] + 70 + (fc / (300 * tabla[i][161]));
RkJQdWJsaXNoZXIy Mjc5NTQw