When considering short circuit currents at any point in an electrical one line, anyone have a simple explanation why a transformer automatically “resets” the available short circuit current to the value of that particular transformer on the secondary? For instance, you could have 60kA short circuit available then simply put a 30 kVA transformer and now short circuit on secondary just dropped to about 3kA without any regard of how high it was on the primary. Is this magic?
Fault current on the transformer secondary DOES depend on fault current on its primary, but it is a worst-case-scenario calculation you can make as a shortcut to ignore it. This is known as "infinite bus", where you make the assumption that it doesn't matter how high the fault current is on the primary side, the secondary side fault current will never exceed it. You could consider primary fault current in the calculation if desired, and if your fault current is just slightly higher than a standard KAIC rating it might help you. But you don't necessarily need to do so, s a conservative assumption.
It's known as a limit in Mathematics. The function grows ever closer to limiting value, but never exactly gets to it, and never exceeds it. The function that determines transformer secondary fault current as a function of primary fault current, takes off to a "cruising altitude" as primary fault current grows.
In the full form, here are your formulas for how to get fault current, specific to the case of 3-phase:
f-factor:
f = (√3 * I
SCA(pri) *V
pri * %Z) / (100,000 * KVA)
M-multiplier:
M = 1/(1+f)
Fault current on secondary:
I
SCA(sec) = I
SCA(pri) * M * (V
pri/V
sec)
Here's the mathematics that show WHY there is an upper limit to the fault current on the secondary:
Notice Isca(pri) always appears multiplied with Vpri? Define X = Isca(pri)*V(pri) and simplify.
f = (√3 * X * %Z) / (100,000 * KVA)
M = 1/(1+f)
I
SCA(sec) = X * M/V
sec
Define C as a constant, to combine the impedance, KVA and sqrt(3) factor:
C = √3 * %Z/(100,000*KVA)
Re-write f in terms of X and C:
f = X*C
Substitute in to M multiplier equation:
M = 1/(1 + X*C)
Substitute in to final equation for fault current:
Isca(sec) = X*1/(1 + X*C) * 1/Vsec
Simplify:
Isca(sec) = 1/Vsec * (X/(1 + X*C))
We are interested in taking the limit as X "gets large". In otherwords, as X approaches infinity. "1" becomes insignificant when added to X*C as X approaches infinity. This allows you to disregard this term when calculating the limit.
To show an example that demonstrates this simplification, suppose C = 2, and we try X-values of 5, 10, 100, and 1 million.
5/(1 + 2*5) = 0.4545; 5/(2*5) = 0.5
10/(1 + 2*10) = 0.4762; 10/(2*10) = 0.5
100/(1 + 2*100) = 0.4975; 100/(2*100) = 0.5
1000000/(1 + 2*1000000) = 0.49999975; 1000000/(2*1000000) = 0.5
When neglecting the "1" in the denominator as discussed, you then get:
Isca(sec) = 1/Vsec * X/(X*C)
X then cancels, and we are left with:
Isca(sec) = 1/(C*Vsec)
Recall & replace the definition of C:
Isca(sec) = 1/((√3 * %Z/(100,000*KVA))*Vsec)
Isca(sec) = 100,000*KVA/(√3 * Vsec %Z)
Notice that 100,000*KVA/(√3 * Vsec) is the operating secondary current associated with the KVA rating, when Vsec is phase-to-phase. It is simply a matter of dividing by impedance, if you are already familiar with calculating this. You don't necessarily even need to know the primary voltage of the transformer, just the KVA and impedance. This is useful when you don't know the grid voltage in the neighborhood, and it is not your scope of work to find out. This limiting factor will be an upper limit on your secondary fault current, regardless of if you have a 13.2 kV primary or a 34.5 kV primary. It also is independent of the moving target that utility-side fault current may be, as utilities upgrade substations or bring new generating facilities online.