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

Logic makes impedance 0.0 #897

Open
jd-lara opened this issue Dec 20, 2023 · 3 comments
Open

Logic makes impedance 0.0 #897

jd-lara opened this issue Dec 20, 2023 · 3 comments

Comments

@jd-lara
Copy link
Contributor

jd-lara commented Dec 20, 2023

According to the PSSe manual NOMV2 is present for information purposes only; it is not used in any of the calculations for modeling the transformer. NOMV2 = 0.0 by default.

When CW = 3 this causes the value of br_x to be assigned a value of 0.0.

br_x *= (transformer["WINDV2"]*(transformer["NOMV2"]/_get_bus_value(transformer["J"], "base_kv", pm_data)))^2

@jd-lara
Copy link
Contributor Author

jd-lara commented Dec 20, 2023

@jd-lara
Copy link
Contributor Author

jd-lara commented Dec 22, 2023

@ccoffrin I implemented this fix https://github.com/NREL-Sienna/PowerSystems.jl/pull/1034/files

In essence is to employ a conditional when NOMV2 or NOMV1 are set to 0.0

@KSepetanc
Copy link
Contributor

Should this issue be closed? The commit has been merged.

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

2 participants