AdmittanceNetwork Class Reference

#include <AdmittanceNetwork.h>

Inheritance diagram for AdmittanceNetwork:
AdmittanceNetworkInterface

List of all members.

Public Member Functions

 AdmittanceNetwork (int N)
void add_line (int i, int j, Complex y, double turns, double phase_shift, int side)
void remove_line (int i, int j, Complex y, double turns, double phase_shift, int side)
void add_line (int i, int j, Complex y)
void remove_line (int i, int j, Complex y)
void add_self (int i, Complex y)
void remove_self (int i, Complex y)
void solve_for_voltage (const Complex *I, Complex *V)
void solve_for_current (const Complex *V, Complex *I)
Complex get (int i, int j) const

Detailed Description

This is the concrete implementaton of and admittance network that is used by implementations. It, in turn, defers to another implementation that is built on a specific library of LU solvers.

Definition at line 41 of file AdmittanceNetwork.h.


The documentation for this class was generated from the following files:

Generated on 17 Jul 2013 by  doxygen 1.6.1