snl.ccss.jpowersystem.generic
Class GenericPowerSystem

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

public class GenericPowerSystem
extends java.lang.Object

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

Author:
Bryan T. Richardson, Sandia National Laboratories

Field Summary
 double mvaBase
          Mva base value for this power system.
 
Constructor Summary
GenericPowerSystem()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mvaBase

public double mvaBase
Mva base value for this power system. This is used by power flow simulations to convert power values from per unit to Mw/Mvar values and visa versa.

Constructor Detail

GenericPowerSystem

public GenericPowerSystem()