Skip to content

Provide standard asset parameter for 3wTransformer #1418

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Aug 7, 2025
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased/Snapshot]

### Added
-Added weathersource documentation [#1390](https://github.com/ie3-institute/PowerSystemDataModel/issues/1390)
- Added weathersource documentation [#1390](https://github.com/ie3-institute/PowerSystemDataModel/issues/1390)
- Added standard asset parameter for `3wTransformer` in `ReadTheDocs` [#1417](https://github.com/ie3-institute/PowerSystemDataModel/issues/1417)

### Fixed
- Fixed small issues in tests [#1400](https://github.com/ie3-institute/PowerSystemDataModel/issues/1400)
Expand Down
58 changes: 58 additions & 0 deletions docs/readthedocs/models/input/grid/transformer3w.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,67 @@ All impedances and admittances are given with respect to the higher voltage side

```

## Standard Three Winding Transformer Types


Following there are some standard three winding transformer types with their source.

```{list-table}
:widths: auto
:class: wrapping
:header-rows: 1

* - uuid
- bM
- dPhi
- dV
- gM
- id
- rScA
- rScB
- rScC
- sRatedA
- sRatedB
- sRatedC
- tapMax
- tapMin
- tapNeutr
- vRatedA
- vRatedB
- vRatedC
- xScA
- xScB
- xScC
- source

* - 5a890aae-b9c9-4ebf-8a49-8850ae9df402
- -519.4864
- 0.0
- 1.5
- 12.985
- HöS_HS_MS
- 0.1444
- 0.5776
- 1.1552
- 300000.0
- 300000.0
- 100000.0
- 10
- -10
- 0
- 380.0
- 110.0
- 30.0
- 24.066121
- 60.164118
- 199.750106
- Dissertation C. Kittl TU Dortmund[^cite_kittl2022]
```

## Caveats

Nothing - at least not known.
If you found something, please contact us!

[^cite_gremmel1999]: Gremmel, H., Ed., Schaltanlagen. Cornelsen Verlag, 1999, Vol. 10, isbn: 3-464-48235-9.
[^cite_kittl2022]: Kittl, C., Entwurf und Validierung eines individualitätszentrierten, interdisziplinären Energiesystemsimulators basierend auf ereignisdiskreter Simulation und Agententheorie, Dortmunder Beiträge zu Energiesystemen, Energieeffizienz und Energiewirtschaft, Shaker Verlag, 2022, Vol. 25, isbn: 9-783-84408463-4.