Package snl.ccss.jpowerflow.dc

This package provides a DC power flow solver.

See:
          Description

Interface Summary
DCPFBranch This interface defines all the methods needed by the DC power flow solver for a branch object.
DCPFBus This interface defines all the methods needed by the DC power flow solver for a bus object.
 

Class Summary
DCSolver This class holds all the methods necessary for computing DC power flow on a power system.
 

Package snl.ccss.jpowerflow.dc Description

This package provides a DC power flow solver.
This solver references methods defined in the DCPFBus and DCPFBranch interfaces, as well as methods defined in the PFPowerSystem interface. Thus, any power system objects that wish to be considered as candidates for participating in DC power flow simulations must implement these interfaces.