public class BranchCAResultRec extends BaseCAResultRec
| Modifier and Type | Field and Description |
|---|---|
AclfBranch |
aclfBranch |
contingency, preFlowMW, shiftedFlowMW| Constructor and Description |
|---|
BranchCAResultRec(Contingency contingency,
AclfBranch aclfBranch,
double prePowerFlow,
double shiftedPowerFlow) |
| Modifier and Type | Method and Description |
|---|---|
double |
calLoadingPercent()
calculate the post-fault power flow loading in percent against the branch Mva1 rating
|
java.lang.String |
toString() |
getPostFlowMWpublic AclfBranch aclfBranch
public BranchCAResultRec(Contingency contingency, AclfBranch aclfBranch, double prePowerFlow, double shiftedPowerFlow)
public double calLoadingPercent()
public java.lang.String toString()
toString in class BaseCAResultRec