NREL / ditto

DiTTo is a Distribution Transformation Tool that aims at providing an open source framework to convert various distribution systems modeling formats.
https://nrel.github.io/ditto/
BSD 3-Clause "New" or "Revised" License
68 stars 35 forks source link

OpenDSS>ePhasorSim Single phase wye-delta transformer does not have second phase in delta winding #372

Open govindsaraswat opened 3 years ago

govindsaraswat commented 3 years ago

For example, a single phase wye-delta transformer in OPenDSS, like: New Transformer.TR Phases=1 Windings=2 XHL=2 ~ wdg=1 bus=PL1.1.0 conn=wye kV=7.200000 kva=75.00000000 %R=0.5 ~ wdg=2 bus=TR1.1.2 conn=delta kV=0.415692 kva=75.00000000 %R=0.5

gets translated in ePhasorSim as: transformer_tr, 3, pl1_a, , , 7.2, 75, 0.005, wye, tr1_a, , , 0 .0.415692, 75, 0.005, delta, 0,1, , , -16, 16, 10, 10, 0.02

There should have been a 'tr1_b' next to 'tr1_a'