ik1fBron static method
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);