![]() |
deltaFlow
|
Jacobian matrix computation for Newton-Raphson power flow analysis. More...
#include <Eigen/Dense>#include <vector>

Go to the source code of this file.
Classes | |
| class | Jacobian |
| Computes the Jacobian matrix for the Newton-Raphson power flow solver. More... | |
Jacobian matrix computation for Newton-Raphson power flow analysis.
Constructs the Jacobian matrix with block structure:
$$ J = \begin{bmatrix} J_{11} & J_{12} \ J_{21} & J_{22} \end{bmatrix} $$
where:
Follows the formulation by B. Sereeter, C. Vuik, and C. Witteveen (REPORT 17-07).
Definition in file Jacobian.H.