deltaFlow
solvers Directory Reference
Directory dependency graph for solvers:
src/core/solvers

Files

 GaussSeidel.C
 Gauss-Seidel power flow solver implementation.
 
 GaussSeidel.H
 Declaration of the Gauss-Seidel load flow solver for power system analysis.
 
 ISolver.H
 Abstraction over power-flow solvers (Open/Closed Principle).
 
 Jacobian.C
 Jacobian matrix computation implementation for Newton-Raphson solver.
 
 Jacobian.H
 Jacobian matrix computation for Newton-Raphson power flow analysis.
 
 LoggingSolverObserver.H
 Concrete ISolverObserver that reports to the Logger singleton and the terminal progress bar (Dependency Inversion Principle).
 
 NewtonRaphson.C
 Newton-Raphson power flow solver implementation.
 
 NewtonRaphson.H
 Declaration of the Newton-Raphson load flow solver for power system analysis.
 
 PowerMismatch.C
 Active and reactive power mismatch computation implementation.
 
 PowerMismatch.H
 Power mismatch computation for Newton-Raphson power flow analysis.
 
 Qlim.C
 Reactive power limit enforcement implementation.
 
 Qlim.H
 Reactive power limit (Q-limit) checking for PV buses.
 
 SolverFactory.C
 
 SolverFactory.H
 Factory for constructing ISolver instances from SolverType, so callers (e.g.