Invoer.standaard constructor

Invoer.standaard()

Standaard-invoer voor nieuwe berekening.

Implementation

factory Invoer.standaard() => const Invoer(
      systeem: Systeemtype.ac3Fase,
      spanningV: 400,
      stroomA: 32,
      cosPhi: 0.95,
      lengteM: 25,
    );