public class ZbrLfResultUtil
extends java.lang.Object
| Constructor and Description |
|---|
ZbrLfResultUtil() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.commons.math3.complex.Complex |
powerFrom2To(AclfBranch branch)
compute branch power flow, form->to direction at the from-side.
|
static org.apache.commons.math3.complex.Complex |
powerIntoNet(AclfBus bus)
compute power into the network at the bus.
|
static org.apache.commons.math3.complex.Complex |
powerTo2From(AclfBranch branch)
compute branch power flow, to->from direction at the to-side.
|
public static org.apache.commons.math3.complex.Complex powerIntoNet(AclfBus bus) throws InterpssException
bus - InterpssExceptionpublic static org.apache.commons.math3.complex.Complex powerTo2From(AclfBranch branch) throws InterpssException
branch - InterpssExceptionpublic static org.apache.commons.math3.complex.Complex powerFrom2To(AclfBranch branch) throws InterpssException
branch - InterpssException