tempCorrectionTableGround property
final
Implementation
static final Map<CableInsulation, Map<double, double>>
tempCorrectionTableGround = {
CableInsulation.pvc: {
10: 1.10,
15: 1.05,
20: 1.00,
25: 0.95,
30: 0.89,
35: 0.84,
40: 0.77,
45: 0.71,
50: 0.63
},
CableInsulation.xlpe: {
10: 1.07,
15: 1.04,
20: 1.00,
25: 0.96,
30: 0.93,
35: 0.89,
40: 0.85,
45: 0.80,
50: 0.76
},
};