Author: Talha Rehman @Incheon National University 20-05-2025
Presentation Content For Course: Advanced System Operation
Optimization is the decision-making of how we can utilize the limited amount of resources in the best way (optimally!) such that we achieve our desired goal (objective) while also respecting any given conditions (constraints).
For example, in a power system, if we have three generators each with its own cost function and a 24-hour demand forecast for the next day, then day-ahead decision-making involves deciding how to operate those generators so that:
This way, we run the generators optimally to meet tomorrow’s demand at the lowest possible cost!
Microgrids are the small scale power grid, that has there own distributed generation resources and demand. It can be connected to the external grid while it can also operate in the islanded mode.
The optimization problem has the following components:
Economic dispatch refers to determining the operational schedules of dispatchable generators, energy storage systems, and external grid exchanges so that the total operational cost of the system is minimized, subject to all operational and limit constraints.
The above system has 5lines, 4buses, 2DGs, 2Load, 1BESS, 1RES, and an external grid connection.
To determine the operational schedule of the system we solve the optimization model. The centralized approach assumes that there is a central controller (energy management system EMS) that performs optimization.
The objective of microgrid is to minimize the cost while maintaining supply and demand balance. The optimization model is as follows:
In optimal power flow, we consider network constraints—such as limits of line and bus voltages—and determine both power flows and dispatch schedule. linear power flow model assumes “linear mathematical formulation”, consider only each line susceptance and buses voltage angles.
The nodal power balance equation is:
This project models and solves the optimal operation of a microgrid over 24 hours. It highlights the importance of MILP in energy management, showcasing how economic dispatch, storage operation, and optimal power flow constraints are handled in a centralized framework.