snl.ccss.jpowersystem.generic
Class GenericBus

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

public class GenericBus
extends java.lang.Object

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

Author:
Bryan T. Richardson, Sandia National Laboratories

Field Summary
 double angle
          Voltage angle value for bus.
 double baseKv
          Base Kv value for bus.
 double voltage
          Voltage magnitude value for bus.
 
Constructor Summary
GenericBus()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

voltage

public double voltage
Voltage magnitude value for bus. If used in power flow simulations, this value should be in per unit.


angle

public double angle
Voltage angle value for bus. If used in power flow simulations, this value should be in radians.


baseKv

public double baseKv
Base Kv value for bus.

Constructor Detail

GenericBus

public GenericBus()