deltaFlow
Qlim.H File Reference

Reactive power limit (Q-limit) checking for PV buses. More...

#include <Eigen/Dense>
#include <vector>
#include "ISolver.H"
Include dependency graph for Qlim.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Qlim
 Checks reactive power limits on PV buses after solver convergence. More...
 

Detailed Description

Reactive power limit (Q-limit) checking for PV buses.

After power flow convergence, this checks whether any PV bus has exceeded its reactive power generation limits ($$ Q_{gmax} $$ or $$ Q_{gmin} $$). If a violation is detected, the PV bus is converted to a PQ bus and the solver must be re-run with the updated bus types.

This follows the standard approach described in the MATLAB Qlim.m reference.

Definition in file Qlim.H.