AdmittanceNetwork_LAPACK Class Reference

#include <AdmittanceNetwork_LAPACK.h>

Inheritance diagram for AdmittanceNetwork_LAPACK:
AdmittanceNetworkInterface

List of all members.

Public Member Functions

 AdmittanceNetwork_LAPACK (int N)
void add_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 remove_line (int i, int j, Complex y, double turns, double phase_shift, int side)
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 admittance matrix for the transmission network. It can be used to solve for current given the voltage or vice versa. This implementation uses LAPACK to solve the Ax=b problem.

Definition at line 12 of file AdmittanceNetwork_LAPACK.h.


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

Generated on 17 Jul 2013 by  doxygen 1.6.1