tempCorrectionTableAir property

Map<CableInsulation, Map<double, double>> tempCorrectionTableAir
final

Implementation

static final Map<CableInsulation, Map<double, double>>
    tempCorrectionTableAir = {
  CableInsulation.pvc: {
    10: 1.22,
    15: 1.17,
    20: 1.12,
    25: 1.06,
    30: 1.00,
    35: 0.94,
    40: 0.87,
    45: 0.79,
    50: 0.71,
    55: 0.61,
    60: 0.50
  },
  CableInsulation.xlpe: {
    10: 1.15,
    15: 1.12,
    20: 1.08,
    25: 1.04,
    30: 1.00,
    35: 0.96,
    40: 0.91,
    45: 0.87,
    50: 0.82,
    55: 0.76,
    60: 0.71
  },
};