public class DistPathBranchLfSolver extends DistPathBranchWalker
statusInfocopyright| 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
|
visitpublic DistPathBranchLfSolver()
public DistPathBranchLfSolver(java.util.List<java.lang.String> info)
protected void visitBranchBus(Branch bra, Bus bus)
visitBranchBus in class DistPathBranchWalkerbra - branch object to be visitedbus - unvisited bus, its voltage to be calculated.