public class DistPathBusLfSolver extends DistPathBusWalker
statusInfocopyright| Constructor and Description |
|---|
DistPathBusLfSolver() |
DistPathBusLfSolver(java.util.List<java.lang.String> info) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.commons.math3.complex.Complex |
getBranchPowerFlow(Branch branch,
Bus bus)
calculate branch power at the bus side, out-going as positive direction.
|
protected void |
visitBranch(Branch branch,
Bus bus)
During the bus visiting, visit the connected branch, store branch power as branch.weight,
at the into bus side.
|
getP, getVisitedBranchTotalWeight, visit, visitBus, visitUtilityBuspublic DistPathBusLfSolver()
public DistPathBusLfSolver(java.util.List<java.lang.String> info)
protected void visitBranch(Branch branch, Bus bus)
visitBranch in class DistPathBusWalkerbranch - the connected branch to be visitedbus - the bus object which is already visitedprotected org.apache.commons.math3.complex.Complex getBranchPowerFlow(Branch branch, Bus bus)
getBranchPowerFlow in class DistPathBusWalkerbranch - bus -