New Algorithm Optimizes Microgrid Power Flow with Generator Constraints
Researchers solve mixed-integer power flow problems using quadratic approximations for faster microgrid control.
Get AI news that actually matters
One email a day. Zero fluff. Join 10,000+ professionals.
A team led by Jürgen Gutekunst and colleagues has advanced economic nonlinear model predictive control (NMPC) for microgrids by addressing the challenge of including discrete decision variables for generator runtimes and startup costs. Traditional methods lead to large-scale mixed-integer nonlinear programs (MINLPs) that are computationally prohibitive for real-time control. The authors propose replacing nonlinear AC power flow equations with convex quadratic approximations, transforming the problem into a mixed-integer quadratically constrained program (MIQCP). This reduces complexity significantly, enabling off-the-shelf solvers like CPLEX to handle it in reasonable time.
The paper also tackles recursive feasibility—a critical property for MPC stability—by introducing time-coupled constraints instead of simple terminal conditions. They prove that with these constraints, the controller remains feasible over time, and under periodic dissipativity, stability follows. Simulations on a realistic 6-bus microgrid under varying demand scenarios demonstrate the method's effectiveness. This work bridges the gap between theoretical optimal power flow and practical implementation for microgrids with discrete generator constraints.
- Replaces nonlinear AC power flow with convex quadratic approximations to reduce problem complexity
- Converts mixed-integer nonlinear programs (MINLPs) to mixed-integer quadratically constrained programs (MIQCPs) solvable by CPLEX
- Proves recursive feasibility and stability using time-coupled constraints and periodic dissipativity
Why It Matters
Enables real-time optimal control of microgrids with generator constraints, reducing computational costs and improving grid reliability.