electricpy.fault.synmach_Isym

electricpy.fault.synmach_Isym(t, Eq, Xd, Xdp, Xdpp, Tdp, Tdpp)[source]

Synch. Machine Symmetrical Fault Current Calc.

Determines the Symmetrical Fault Current of a synchronous machine given the machine parameters, the internal voltage, and the time for which to calculate.

Ia(t)=2|Eq|[1Xd+(1Xd1Xd)etTd+(1X"d1Xd)etT"d]
Parameters:
t : float

Time at which to calculate the fault current

Eq : float

The internal machine voltage in per-unit-volts

Xd : float

The Xd (d-axis) reactance in per-unit-ohms

Xdp : float

The X”d (d-axis transient) reactance in per-unit-ohms

Xdpp : float

The X”d (d-axis subtransient) reactance in per-unit-ohms

Tdp : float

The T’d (d-axis transient) time constant of the machine in seconds

Tdpp : float

The T”d (d-axis subtransient) time constant of the machine in seconds

Returns:

Ia – Peak symmetrical fault current in per-unit-amps

Return type:

float