Package snl.ccss.jpowerflow

This package provides interfaces and abstract classes necessary for creating and implementing new power flow solvers.

See:
          Description

Interface Summary
PFPowerSystem This interface defines all the methods needed by the power flow simulators for a power system object.
PFSolver Interface that should be implemented by any type of power system power flow solver created for use in this library.
 

Class Summary
AbstractPFSolver This is an abstract implementation of the PFSolver interface that can be extended by power flow simulators.
 

Package snl.ccss.jpowerflow Description

This package provides interfaces and abstract classes necessary for creating and implementing new power flow solvers. New solvers should always implement the PFSolver interface and, if possible, should simply extend the AbstractPFSolver class, which will automatically make it possible to run the new solver in a thread.