snl.ccss.jpowersystem.generic
Class GenericInductor

java.lang.Object
  extended by snl.ccss.jpowersystem.generic.GenericInductor

public class GenericInductor
extends java.lang.Object

Generic inductor object that holds all the variables that need to be known about an inductor. Note: an inductor can represent both a reactor and a capacitor. A capacitor is represented by a positive susceptance value, where as a reactor is represented by a negative susceptance value.

Author:
Bryan T. Richardson, Sandia National Laboratories

Field Summary
 double conductance
          Conductance value for this inductor.
 double susceptance
          Susceptance value for this inductor.
 
Constructor Summary
GenericInductor()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

conductance

public double conductance
Conductance value for this inductor. If used in a power flow simulation, this value should be in per unit.


susceptance

public double susceptance
Susceptance value for this inductor. If used in a power flow simulation, this value should be in per unit.

Constructor Detail

GenericInductor

public GenericInductor()