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 · 0 comments

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant