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
Looking at the power flow application code, my understanding is that complex values are not used in the power flow calculation. However, there are methods (such as vectorValues, diagMatrixValues etc.) that are implemented with complex input arguments, but these are unused.
Is there any mode where complex values are used in power flow. My guess is not, but want to confirm.
I thought the power flow code was written using complex values. At any rate, I think that at one time we had a version that used complex matrices to solve the power flow equations. We may have switched to a purely real formulation at some point. @chenyousu would probably know more about it.
Looking at the power flow application code, my understanding is that
complex
values are not used in the power flow calculation. However, there are methods (such asvectorValues
,diagMatrixValues
etc.) that are implemented withcomplex
input arguments, but these are unused.Is there any mode where
complex
values are used in power flow. My guess is not, but want to confirm.@chenyousu @bjpalmer @yliu250
The text was updated successfully, but these errors were encountered: