snl.ccss.jpowersystem.generic
Class GenericGenerator

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

public class GenericGenerator
extends java.lang.Object

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

Author:
Bryan T. Richardson, Sandia National Laboratories

Field Summary
 double maxMvar
          Maximum mvar output value for this generator.
 double maxMw
          Maximum mw output value for this generator.
 double minMvar
          Minimum mvar output value for this generator.
 double mvar
          Mvar output value for this generator.
 double mw
          Mw output value for this generator.
 double voltage
          Voltage value for this generator.
 
Constructor Summary
GenericGenerator()
           
 
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 value for this generator. If used in a power flow simulation, this value should be in per unit.


mw

public double mw
Mw output value for this generator. If used in a power flow simulation, this value should be in per unit.


mvar

public double mvar
Mvar output value for this generator. If used in a power flow simulation, this value should be in per unit.


maxMw

public double maxMw
Maximum mw output value for this generator. If used in a power flow simulation, this value should be in per unit.


maxMvar

public double maxMvar
Maximum mvar output value for this generator. If used in a power flow simulation, this value should be in per unit.


minMvar

public double minMvar
Minimum mvar output value for this generator. If used in a power flow simulation, this value should be in per unit.

Constructor Detail

GenericGenerator

public GenericGenerator()