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
In the OpenDSS manual, it says "Base voltage for load: For 2- or 3-phase loads, specified in phase-to-phase kV. For all other loads, the actual kV across the load branch. If wye (star) connected, then specify phase-to-neutral (L-N). If delta or phase-to-phase connected, specify the phase-to-phase (L-L) kV."
In PMD.jl, it seems to assume all load base kVs are given as line-to-neutral.
Minimum Viable Example Expected behavior Screenshots
In IEEE 13, Load.671 is a delta-connected load, so its basekV is given as L-L voltage, which is 4.8 kV: New Load.671 Bus1=671.1.2.3 Phases=3 Conn=Delta Model=1 kV=4.16 kW=1155 kvar=660
However, since the PMD divides it with the base L-N voltage, which is 4.8 \ sqrt(3), its per-unit voltage (vnom_kv) seems to be calculated as 1.73 p.u. (i.e., sqrt(3)). instead of 1 p.u.
System Information (please complete the following information):
OS: Mac OS
Version 0.14.4 main branch
The text was updated successfully, but these errors were encountered:
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
In the OpenDSS manual, it says "Base voltage for load: For 2- or 3-phase loads, specified in phase-to-phase kV. For all other loads, the actual kV across the load branch. If wye (star) connected, then specify phase-to-neutral (L-N). If delta or phase-to-phase connected, specify the phase-to-phase (L-L) kV."
In PMD.jl, it seems to assume all load base kVs are given as line-to-neutral.
Minimum Viable Example
Expected behavior
Screenshots
In IEEE 13, Load.671 is a delta-connected load, so its basekV is given as L-L voltage, which is 4.8 kV:
New Load.671 Bus1=671.1.2.3 Phases=3 Conn=Delta Model=1 kV=4.16 kW=1155 kvar=660
However, since the PMD divides it with the base L-N voltage, which is 4.8 \ sqrt(3), its per-unit voltage (vnom_kv) seems to be calculated as 1.73 p.u. (i.e., sqrt(3)). instead of 1 p.u.
System Information (please complete the following information):
The text was updated successfully, but these errors were encountered: