Skip to content

Commit b4b11ad

Browse files
Merge pull request #1418 from ie3-institute/df/#1417-3wTransformer-rtd
Provide standard asset parameter for 3wTransformer
2 parents 9bf97c8 + 8972b33 commit b4b11ad

File tree

4 files changed

+65
-5
lines changed

4 files changed

+65
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
## [Unreleased/Snapshot]
88

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

1213
### Fixed
1314
- Fixed small issues in tests [#1400](https://github.com/ie3-institute/PowerSystemDataModel/issues/1400)

docs/readthedocs/models/input/grid/transformer2w.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,9 @@ A list with some standard transformer types can be found here: [Standard Two Win
137137
## Standard Two Winding Transformer Types
138138

139139

140-
Following there are some standard two winding transformer types with their source. A ``csv file`` containing the types listed
141-
below can be found [here](https://github.com/ie3-institute/PowerSystemDataModel/tree/dev/input/StandardAssetTypes). This
142-
file can be used directly for any simulation with ``simona``.
143-
The transformers which source is ``simBench`` are from [here](https://simbench.de/en/download/datasets/).
140+
Following there are some standard two winding transformer types with their source. The types are listed below in a ``csv file`` [here](https://github.com/ie3-institute/PowerSystemDataModel/tree/dev/input/StandardAssetTypes). This
141+
file can be used directly for any simulation with [SIMONA](https://github.com/ie3-institute/simona).
142+
The source for transformers from ``simBench`` can be found [here](https://simbench.de/en/download/datasets/).
144143

145144
```{list-table}
146145
:widths: auto

docs/readthedocs/models/input/grid/transformer3w.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,67 @@ All impedances and admittances are given with respect to the higher voltage side
178178
179179
```
180180

181+
## Standard Three Winding Transformer Types
182+
183+
Following there are some standard three winding transformer types with their source. The types are listed below in a ``csv file`` [here](https://github.com/ie3-institute/PowerSystemDataModel/tree/dev/input/StandardAssetTypes). This
184+
file can be used directly for any simulation with [SIMONA](https://github.com/ie3-institute/simona).
185+
186+
```{list-table}
187+
:widths: auto
188+
:class: wrapping
189+
:header-rows: 1
190+
191+
* - uuid
192+
- bM
193+
- dPhi
194+
- dV
195+
- gM
196+
- id
197+
- rScA
198+
- rScB
199+
- rScC
200+
- sRatedA
201+
- sRatedB
202+
- sRatedC
203+
- tapMax
204+
- tapMin
205+
- tapNeutr
206+
- vRatedA
207+
- vRatedB
208+
- vRatedC
209+
- xScA
210+
- xScB
211+
- xScC
212+
- source
213+
214+
* - 62aef8ec-7e68-43e5-9678-8cde101f0116
215+
- -519.4864
216+
- 0.0
217+
- 1.5
218+
- 12.985
219+
- HoeS_HS_MS
220+
- 0.1444
221+
- 0.5776
222+
- 1.1552
223+
- 300000.0
224+
- 300000.0
225+
- 100000.0
226+
- 10
227+
- -10
228+
- 0
229+
- 380.0
230+
- 110.0
231+
- 30.0
232+
- 24.066121
233+
- 60.164118
234+
- 199.750106
235+
- Dissertation C. Kittl TU Dortmund[^cite_kittl2022]
236+
```
237+
181238
## Caveats
182239

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

186243
[^cite_gremmel1999]: Gremmel, H., Ed., Schaltanlagen. Cornelsen Verlag, 1999, Vol. 10, isbn: 3-464-48235-9.
244+
[^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.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
uuid,b_m,d_phi,d_v,g_m,id,r_sc_a,r_sc_b,r_sc_c,s_rated_a,s_rated_b,s_rated_c,tap_max,tap_min,tap_neutr,v_rated_a,v_rated_b,v_rated_c,x_sc_a,x_sc_b,x_sc_c
2+
62aef8ec-7e68-43e5-9678-8cde101f0116,-519.4864,0.0,1.5,12.985,HoeS_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

0 commit comments

Comments
 (0)