Skip to content

Commit

Permalink
fix: add zero sequence magnetisation information
Browse files Browse the repository at this point in the history
  • Loading branch information
sasanjac committed Aug 14, 2023
1 parent 7355268 commit f05eaed
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
with:
fetch-depth: 1

- name: Setting up PDM
uses: pdm-project/setup-pdm@v3.2
- name: Setting up PDM @ ${{ matrix.python-version }}
uses: pdm-project/setup-pdm@v3.3
with:
python-version: ${{ matrix.python-version }}
cache: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
token: ${{ secrets.ACCESS_TOKEN }}
fetch-depth: 0

- name: Set up PDM
uses: pdm-project/setup-pdm@v3.2
- name: Set up PDM @ ${{ matrix.python-version }}
uses: pdm-project/setup-pdm@v3.3
with:
python-version: ${{ env.PYTHON_VERSION }}
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
fetch-depth: 1

- name: Set up PDM @ ${{ matrix.python-version }}
uses: pdm-project/setup-pdm@v3.2
uses: pdm-project/setup-pdm@v3.3
with:
python-version: ${{ matrix.python-version }}
cache: true
Expand Down
2 changes: 2 additions & 0 deletions psdm/topology/transformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ 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)
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 f05eaed

Please sign in to comment.