electricpy.geninternalv¶
-
electricpy.geninternalv(I, Zs, Vt, Vgn=
None
, Zm=None
, Zmp=None
, Zmpp=None
, Ip=None
, Ipp=None
)[source]¶ Electric Generator Internal Voltage Evaluator.
Evaluates the internal voltage for a generator given the generator’s internal impedance and internal mutual coupling impedance values.
- Parameters:¶
- I : complex¶
The current on the phase of interest.
- Zs : complex¶
The internal impedance of the phase of interest in ohms.
- Vt : complex¶
The generator’s terminal voltage.
- Vgn : complex, optional¶
The ground-to-neutral connection voltage.
- Zmp : complex, optional¶
The mutual coupling with the first additional phase impedance in ohms.
- Zmpp : complex, optional¶
The mutual coupling with the second additional phase impedance in ohms.
- Ip : complex, optional¶
The first mutual phase current in amps.
- Ipp : complex, optional¶
The second mutual phase current in amps.
- Returns:¶
Ea – The internal voltage of the generator.
- Return type:¶
complex