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
Further improvements of the powerflow solver were identified in #238. We should reconsidered what we eventually store in sol_P and sol_Q, as described in more detail in the respective TODO comment lines of dpsim/src/PFSolverPowerPolar.cpp. Besides, we should consider combining the methods calculatePAndQAtSlackBus , calculateQAtPVBuses und calculatePAndQInjectionPQBuses into one.
Along with that, the powerflow testing should be improved by having dedicated powerflow validation notebooks rather than embedding the validation within dynamic simulation notebooks.
The text was updated successfully, but these errors were encountered:
Further improvements of the powerflow solver were identified in #238. We should reconsidered what we eventually store in
sol_P
andsol_Q
, as described in more detail in the respective TODO comment lines of dpsim/src/PFSolverPowerPolar.cpp. Besides, we should consider combining the methodscalculatePAndQAtSlackBus
,calculateQAtPVBuses
undcalculatePAndQInjectionPQBuses
into one.Along with that, the powerflow testing should be improved by having dedicated powerflow validation notebooks rather than embedding the validation within dynamic simulation notebooks.
The text was updated successfully, but these errors were encountered: