ik1fBron static method

double ik1fBron({
  1. required double zbOhm,
  2. required double uLnV,
})

Enkelfasige lus-kortsluitstroom aan bron A voor TN-stelsel. I_k1f = U_LN / (2 × Z_b) (fase + N/PE beide door transformator)

Implementation

static double ik1fBron({required double zbOhm, required double uLnV}) =>
    uLnV / (2.0 * zbOhm);