public class DistPathBranchLfSolver extends DistPathBranchWalker
statusInfo
copyright
Constructor and Description |
---|
DistPathBranchLfSolver() |
DistPathBranchLfSolver(java.util.List<java.lang.String> info) |
Modifier and Type | Method and Description |
---|---|
protected void |
visitBranchBus(Branch bra,
Bus bus)
Calculate bus voltage based on branch active power flow during the forward walkthough process,
if the opposite bus is visited
|
visit
public DistPathBranchLfSolver()
public DistPathBranchLfSolver(java.util.List<java.lang.String> info)
protected void visitBranchBus(Branch bra, Bus bus)
visitBranchBus
in class DistPathBranchWalker
bra
- branch object to be visitedbus
- unvisited bus, its voltage to be calculated.