Dashboard PE Power Exam Prep Transmission and Distribution Stability & control Optimal Power Flow & SCED — LMPs, DAM/RTM markets

Optimal Power Flow & SCED — LMPs, DAM/RTM markets

OPF: min Σ c_i·P_g,i s.t. power balance + V band + line MVA + gen caps. DC OPF (linear, <1 s) vs AC OPF (nonlinear, 10 s-5 min). SCOPF adds N-1 contingencies via Benders / iterative screening. LMP_k = ∂J/∂P_k = energy + congestion (PTDF·μ_line) + losses. Two-settlement: DAM (unit commitment MILP) + RTM (SCED every 5-15 min). Frontier: stochastic, chance-constrained, AC convex relaxations (SDP/SOCP), ML-warm-start, FERC 2222 DER aggregation.

Senior ~15 min

Step 1 — Optimal Power Flow (OPF): minimum-cost dispatch subject to network constraints

0.55×
objective constraints LMP

Reference notes

Optimal Power Flow (OPF) is the optimization problem at the heart of every wholesale electricity market and modern transmission control room. Originally formulated by Carpentier in 1962. OPF computes the least-cost generator dispatch that meets demand while satisfying all network constraints. Security-Constrained OPF (SCOPF) extends this with N-1 contingency constraints. The shadow prices of bus power-balance constraints are the Locational Marginal Prices (LMPs) used for market settlement.

The OPF problem statement

min J(x) = Σ c_i · P_g,i (or quadratic Σ a_i P² + b_i P + c_i)

Subject to:

DC OPF — linear approximation

AC OPF — full nonlinear formulation

SCOPF — security-constrained OPF (N-1)

Locational Marginal Pricing (LMP)

LMP_k = ∂J / ∂P_demand,k (Lagrange multiplier on bus-k power balance)

Settlement

Two-settlement market structure (DAM + RTM)

MarketTimingWhat it solves
DAM (Day-Ahead)Clears ~noon day beforeUnit commitment + economic dispatch for each of 24 hours next day; ancillary services co-cleared. MILP solved by CPLEX/Gurobi. Publishes DAM-LMP per bus per hour.
RTM (Real-Time)Every 5-15 min during operating daySCED adjusts to actual demand/supply. Publishes RTM-LMP per bus per dispatch interval. Pays generators for deviation from DAM commitment.

Unit commitment (UC) in DAM

Modern OPF frontier

Vendors and tools

Take-away. OPF: min Σ c_i·P_g,i s.t. power balance + voltage band + line MVA limits + generator caps. DC OPF (linear, < 1 s for 10k buses) vs AC OPF (nonlinear, 10 s-5 min). SCOPF adds N-1 contingency constraints via decomposition (Benders / iterative screening). LMP_k = ∂J/∂P_demand,k = energy + congestion + losses; published per bus per dispatch interval. Two-settlement: DAM hourly (unit commitment + dispatch) cleared the day before; RTM every 5-15 min pays deviations. Frontier: stochastic / chance-constrained / robust OPF, convex AC relaxations (SDP, SOCP), ML-warm-start, DER aggregation per FERC Order 2222. Vendors: OATI, Siemens, GE, ABB-Hitachi; open-source PowerModels.jl, MATPOWER+MOST.