Replies: 1 comment 4 replies
-
|
These settings are used when initializing time domain simulation. It will
not affect the power flow calculation as PQ is meant to be constant PQ in
power flow.
The exception is the pq2z option, which will convert the PQ load to Z load
when the voltage is excessively low during power flow iterations. This is
somewhat uncommon.
…On Thu, May 8, 2025, 2:35 PM Kali-Nath ***@***.***> wrote:
Hello everyone,
I have been studying the voltage stability studies in a transmission
network and following 'System.PQ.config' (as follows) method to convert the
loads in the network from PQ configuration to Constant Impedance
configuration.
system.PQ.config.p2p = 0.0
system.PQ.config.p2i = 0.0
system.PQ.config.p2z = 1.0
system.PQ.config.q2q = 0.0
system.PQ.config.q2i = 0.0
system.PQ.config.q2z = 1.0
But when I compared the results, I do not see any difference in the
voltage profile. I am just wondering how this configuration works in the
power flow study scenario and how to validate other than the voltage
measurement method to verify that?
Thank you in advance,
image_2025-05-08_143205051.png (view on web)
<https://github.com/user-attachments/assets/3a549760-82d2-4170-981f-99a9aab9032d>
—
Reply to this email directly, view it on GitHub
<#610>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABSNZA6RSU6DOGEAUTFBSN325OPYFAVCNFSM6AAAAAB4XGGFV6VHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZYGI4TMMZWGY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I have been conducting voltage stability studies on a transmission network and have been using the 'System.PQ.config' method (as shown below) to convert the loads in the network from a constant PQ configuration to a constant impedance configuration:
system.PQ.config.p2p = 0.0
system.PQ.config.p2i = 0.0
system.PQ.config.p2z = 1.0
system.PQ.config.q2q = 0.0
system.PQ.config.q2i = 0.0
system.PQ.config.q2z = 1.0
However, when I compare the results, I do not observe any noticeable difference in the voltage profile. I am trying to understand how this configuration is applied during a power flow study and whether there is a more reliable method other than comparing voltage profiles, like showed below here.
Thank you in advance,

Beta Was this translation helpful? Give feedback.
All reactions