![]() |
deltaFlow
|
Declaration of a class for constructing the bus admittance matrix ($$ Y_{bus} $$) in power system analysis. More...


Go to the source code of this file.
Classes | |
| class | Admittance |
| Computes the complex bus admittance matrix ($$ Y_{bus} $$). More... | |
Declaration of a class for constructing the bus admittance matrix ($$ Y_{bus} $$) in power system analysis.
This header provides the interface for computing the admittance matrix using bus and branch data. The admittance matrix $$ Y_{bus} $$ is a fundamental element in load flow studies, relating bus currents $$ I $$ and bus voltages $$ V $$ via the equation:
$$ I = Y_{bus} V $$
where:
Definition in file Admittance.H.