You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Case studies with implicit neutral/without neutral still have four terminals for the source bus. This shouldn't happen. The problem appears in both the ENG and MATH datamodel.
Minimum Viable Example
From the unit tests, use 'case3_unbalanced.dss', which is a 3-wire (arguably Kron-reduced, as loads connect phase-to-ground) case study:
Expected behavior
In cases without neutral, the neutral should be absent in the terminal list. E.g. for a 3-phase 3-wire config, the bus properties vm, va, vmin, vmax, grounded should all be length-3, not 4.
System Information
We believe the problem to be OS-independent
Root cause?
The problem also pops up with phase-to-ground connected loads. It's likely that the root cause is that we don't tag if a case study is Kron-reduced or not. This may need to become a required input. parse_file probably needs a field is_kron_reduced to tag if the dss file is Kron-reduced already, whereas the current kron_reduce defines the application of the Kron's reduction transformation to the data being read in.
The text was updated successfully, but these errors were encountered:
frederikgeth
changed the title
Sourcebus without neutral has wrong number of terminals [BUG]
[BUG] Sourcebus without neutral has wrong number of terminals
Jan 13, 2023
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Describe the bug
Case studies with implicit neutral/without neutral still have four terminals for the source bus. This shouldn't happen. The problem appears in both the ENG and MATH datamodel.
Minimum Viable Example
From the unit tests, use 'case3_unbalanced.dss', which is a 3-wire (arguably Kron-reduced, as loads connect phase-to-ground) case study:
Issue:
Expected behavior
In cases without neutral, the neutral should be absent in the terminal list. E.g. for a 3-phase 3-wire config, the bus properties vm, va, vmin, vmax, grounded should all be length-3, not 4.
System Information
We believe the problem to be OS-independent
Root cause?
The problem also pops up with phase-to-ground connected loads. It's likely that the root cause is that we don't tag if a case study is Kron-reduced or not. This may need to become a required input.
parse_file
probably needs a fieldis_kron_reduced
to tag if the dss file is Kron-reduced already, whereas the currentkron_reduce
defines the application of the Kron's reduction transformation to the data being read in.The text was updated successfully, but these errors were encountered: