|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsnl.ccss.jpowerflow.AbstractPFSolver
snl.ccss.jpowerflow.dc.DCSolver
public class DCSolver
This class holds all the methods necessary for computing DC power flow on a power system.
| Field Summary |
|---|
| Fields inherited from class snl.ccss.jpowerflow.AbstractPFSolver |
|---|
DEBUG |
| Constructor Summary | |
|---|---|
DCSolver()
Default constructor for DCSolver class. |
|
| Method Summary | |
|---|---|
java.util.HashMap |
getMwFlows()
|
double |
getSlackOutput()
|
boolean |
solve(PFPowerSystem powerSystem)
Main method for performing a DC power flow analysis. |
| Methods inherited from class snl.ccss.jpowerflow.AbstractPFSolver |
|---|
run, setPowerSystem |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DCSolver()
| Method Detail |
|---|
public boolean solve(PFPowerSystem powerSystem)
powerSystem - PFPowerSystem that implements the required getBusList and getEnergizedBranchList methods
public java.util.HashMap getMwFlows()
public double getSlackOutput()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||