![]() |
deltaFlow
|
Computes the complex bus admittance matrix ($$ Y_{bus} $$). More...
#include <Admittance.H>
Static Public Member Functions | |
| static Eigen::MatrixXcd | build (const BusData &busData, const BranchData &branchData, ISolverObserver *observer=nullptr) |
| Computes the complex bus admittance matrix ($$ Y_{bus} $$). | |
Computes the complex bus admittance matrix ($$ Y_{bus} $$).
Definition at line 51 of file Admittance.H.
|
static |
Computes the complex bus admittance matrix ($$ Y_{bus} $$).
This builds the bus admittance matrix, which is essential in solving power flow equations in electrical networks. The admittance matrix is computed using the provided bus and branch data.
| busData | Data representing the buses in the network. |
| branchData | Data representing the branches (lines/transformers) in the network. |
| observer | Optional injected log observer (DIP); nullptr means silent. |
Definition at line 34 of file Admittance.C.
References BranchData::B, BusData::Bs, BranchData::From, BusData::Gs, BusData::ID, ISolverObserver::onMessage(), BranchData::R, BranchData::tapRatio, BranchData::To, and BranchData::X.

