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
For all of the DC power flows, there is a method of the function solve_powerflow! that solves the appropriate power flow and updates the PowerFlowData with the solution. As a minimal first step towards #38 (though also somewhat separate because we're not really exposing the PowerFlowData interface to end users), there should really be a similar thing for AC power flow. This is needed for the integration with PowerSimulations.
The text was updated successfully, but these errors were encountered:
For all of the DC power flows, there is a method of the function
solve_powerflow!
that solves the appropriate power flow and updates thePowerFlowData
with the solution. As a minimal first step towards #38 (though also somewhat separate because we're not really exposing thePowerFlowData
interface to end users), there should really be a similar thing for AC power flow. This is needed for the integration with PowerSimulations.The text was updated successfully, but these errors were encountered: