snl.ccss.jpowerflow
Interface PFSolver

All Known Implementing Classes:
AbstractPFSolver, DCSolver, DecoupledNewton, FullNewton

public interface PFSolver

Interface that should be implemented by any type of power system power flow solver created for use in this library.

Author:
Bryan T. Richardson - Sandia National Laboratories

Method Summary
 boolean solve(PFPowerSystem powerSystem)
          This method should perform the calculations required by the power flow solver.
 

Method Detail

solve

boolean solve(PFPowerSystem powerSystem)
This method should perform the calculations required by the power flow solver.

Parameters:
powerSystem - PFPowerSystem that implements the required getBusList and getEnergizedBranchList methods
Returns:
true if the simulation succeeded