An Energetic Exposition III: Models and complexities

A simple model for cost is as follows:

$$ C_i (Q_i) = FC_i + Fl_f *a_{f,i} * Q_i $$

And we have Q_i_subbar and Q_i_superbar, which are the upper production limits of powerplant i so Q_i_subbar <= Q_i <= Q_i_superbar

where

This says very little about the technologies.

We could have a quadratic term in Q_i, which would be a good model for a gas turbine, but not for a hydro plant.

Planning and markets

A friend of mine asked me whether the complexity of electricity markets was intrinsic or due to neo-liberal fuckery. I’m still not sure about the answer, but as the following modelling problems suggest, there are some centralised planning problems that appear to be at the core of the industry.

Let’s consider three here:

  1. optimal DC power flow
  2. unit commitment problems
  3. resource planning problems

prototypical problems I: DC optimal power flow

$$ \min \sum c_i P_{G_i} \ \text{s.t.} P^{\min}{G_i} \leq P{G_i} \leq P^{\max}{G_i} \ B \cdot \theta = P_G − P_D \ |\theta_i − \theta_j | / x{ij} \leq P_{ij,\max}\ $$

power flow study

prototypical problems II: Unit commitment problem

a mixed-integer conic quadratic optimisation problem

prototypical problems III: resource planning

References

General LP /MILP/ Convex optimisation resources

I’m obviously quite interested in learning more about optimisation, but all the optimisation of interest is outside of the scope. So let me put down some pointers here.

https://developers.google.com/optimization/support/resources

Optimisation and Electricity