snl.ccss.jpowersystem.generic
Class GenericBranch

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

public class GenericBranch
extends java.lang.Object

Generic branch object that holds all the variables that need to be known about a branch.

Author:
Bryan T. Richardson, Sandia National Laboratories

Field Summary
 double charging
          Charging value for this branch.
 double mvaRating
          Mva rating value for this branch.
 double phaseAngle
          Phase angle value for this branch.
 double reactance
          Reactance value for this branch.
 double resistance
          Resistance value for this branch.
 double turnsRatio
          Turns ratio value for this branch.
 
Constructor Summary
GenericBranch()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

resistance

public double resistance
Resistance value for this branch. If used in a power flow simulation, this value should be in per unit.


reactance

public double reactance
Reactance value for this branch. If used in a power flow simulation, this value should be in per unit.


charging

public double charging
Charging value for this branch. If used in a power flow simulation, this value should be in per unit.


mvaRating

public double mvaRating
Mva rating value for this branch. If used in a power flow simulation, this value should be in per unit.


turnsRatio

public double turnsRatio
Turns ratio value for this branch.


phaseAngle

public double phaseAngle
Phase angle value for this branch.

Constructor Detail

GenericBranch

public GenericBranch()