Skip to content
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

[BUG] Behavior difference between PMD and OpenDSS for transformers with xhl=0 xht=0 xlt=0 #470

Open
John-Boik opened this issue Jul 11, 2024 · 1 comment
Labels

Comments

@John-Boik
Copy link
Contributor

In the OpenDSS test file ut_trans_3w_dyy_3.dss, and perhaps others, parameters for a transformer (TX1) include:

xhl=0 xht=0 xlt=0

Parsing the file with PMD results in values "xsc" => Union{Missing, Float64}[0.0, 0.0, 0.0]. However, loading the file via OpenDSSDirect results in "xsc" => [7.0, 35.0, 30.0]. I originally thought this was a bug in OpenDSSDirect and filed Issue 101, but the response there informed me that defaults are used when any of xhl=0 xht=0 xlt=0. As such, the results of PMD circuit analysis can be expected to differ from that of OpenDSSDirect. Is this PMD behavior desired and expected?

Copy link

stale bot commented Jan 9, 2025

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.

@stale stale bot added the wontfix This will not be worked on label Jan 9, 2025
@pseudocubic pseudocubic added Type: Bug Something isn't working Category: Data Parsers parser issues Status: Help Wanted and removed wontfix This will not be worked on labels Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants