profielDagCyclus constant

List<double> const profielDagCyclus

Dag-nacht cyclus conform het IEC 60583-1 rekenvoorbeeld.

Implementation

static const List<double> profielDagCyclus = [
  0.00, 0.00, 0.00, 0.00, 0.00, 0.10,  // uur 0–5
  0.25, 0.60, 0.90, 1.00, 1.00, 1.00,  // uur 6–11
  1.00, 1.00, 1.00, 1.00, 0.90, 0.40,  // uur 12–17
  0.20, 0.15, 0.05, 0.00, 0.00, 0.00,  // uur 18–23
];