Skip to content

Commit

Permalink
fix: zero sequence magnetisation information
Browse files Browse the repository at this point in the history
Fixes #38
  • Loading branch information
sasanjac committed Jul 26, 2023
1 parent 7352b71 commit b836266
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions psdm/topology/transformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ class Transformer(Base):
vector_group: VectorGroup # specifier for connection of wiring e.g. DYn5
i_0: float # no-load current in %
p_fe: float # no-load losses (Iron losses)
z_0: float # zero sequence values of PI-representation
r_0: float # zero sequence values of PI-representation
x_0: float # zero sequence values of PI-representation
i_00: float # zero sequence values of PI-representation
p_fe0: float # zero sequence values of PI-representation
windings: list[Winding] # winding object for each voltage level
phase_technology_type: TransformerPhaseTechnologyType | None = None # three- or single-phase-transformer
description: str | None = None
Expand Down

0 comments on commit b836266

Please sign in to comment.