![]() |
deltaFlow
|
Computes the Jacobian matrix for the Newton-Raphson power flow solver. More...
#include <Jacobian.H>
Static Public Member Functions | |
| static Eigen::MatrixXd | compute (const Eigen::VectorXd &V, const Eigen::VectorXd &delta, int n_bus, int n_pq, const std::vector< int > &pq_bus_id, const Eigen::MatrixXd &G, const Eigen::MatrixXd &B, const Eigen::VectorXd &P, const Eigen::VectorXd &Q) |
| Computes the Jacobian matrix for the Newton-Raphson power flow solver. | |
Computes the Jacobian matrix for the Newton-Raphson power flow solver.
Definition at line 51 of file Jacobian.H.
|
static |
Computes the Jacobian matrix for the Newton-Raphson power flow solver.
| V | Voltage magnitudes at each bus [p.u.]. |
| delta | Voltage angles at each bus [rad]. |
| n_bus | Total number of buses. |
| n_pq | Number of PQ buses. |
| pq_bus_id | 0-based indices of PQ buses. |
| G | Conductance matrix (real part of $$ Y_{bus} $$). |
| B | Susceptance matrix (imaginary part of $$ Y_{bus} $$). |
| P | Computed active power at each bus (from power mismatch) [p.u.]. |
| Q | Computed reactive power at each bus (from power mismatch) [p.u.]. |
Definition at line 30 of file Jacobian.C.
