cableCurrentCapacity property

Map<double, double> cableCurrentCapacity
final

Current capacity estimates for Cu, PVC, under conduit (UNE 20-460) Map: section (mm²) → current capacity (A)

Implementation

static final Map<double, double> cableCurrentCapacity = {
  1.5: 13.5,
  2.5: 18.0,
  4.0: 25.0,
  6.0: 32.0,
  10.0: 44.0,
  16.0: 61.0,
  25.0: 80.0,
  35.0: 100.0,
  50.0: 119.0,
  70.0: 151.0,
  95.0: 182.0,
  120.0: 210.0,
  150.0: 240.0,
  185.0: 275.0,
  240.0: 320.0,
};