snl.ccss.jpowersystem.generic
Class GenericLoad

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

public class GenericLoad
extends java.lang.Object

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

Author:
Bryan T. Richardson, Sandia National Laboratories

Field Summary
 double mvar
          Mvar consumption value for this load.
 double mw
          Mw consumption value for this load.
 
Constructor Summary
GenericLoad()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mw

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


mvar

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

Constructor Detail

GenericLoad

public GenericLoad()