deltaFlow
Admittance.H File Reference

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

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

Go to the source code of this file.

Classes

class  Admittance
 Computes the complex bus admittance matrix ($$ Y_{bus} $$). More...
 

Detailed Description

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:

  • $$ I $$ is the vector of injected currents,
  • $$ Y_{bus} $$ is the complex bus admittance matrix,
  • $$ V $$ is the vector of bus voltages.

Definition in file Admittance.H.