Time series load flow calculation #283
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi! I believe the discrepancy is due to fact that the reactive power in generation devices is calculated if the device is_controlled property is true. This is, gerators make buses PV and in PV buses, Q is calculated regardless of what Q or pf you specify...if is_controlled = true, else the bus is PQ and the reactiva power estimate remains. Then, where does Q come from at the inputs analysis? An initial Q estimate is generated with the generator power factor (pf) but that estimate is corrected by the power flow algorithm if is_controlled = true. I hope this helps |
Beta Was this translation helpful? Give feedback.
Hi!
I believe the discrepancy is due to fact that the reactive power in generation devices is calculated if the device is_controlled property is true.
This is, gerators make buses PV and in PV buses, Q is calculated regardless of what Q or pf you specify...if is_controlled = true, else the bus is PQ and the reactiva power estimate remains.
Then, where does Q come from at the inputs analysis? An initial Q estimate is generated with the generator power factor (pf) but that estimate is corrected by the power flow algorithm if is_controlled = true.
I hope this helps