public abstract class AbstractAclfBranch extends java.lang.Object implements IAclfBranch
copyright| Constructor and Description |
|---|
AbstractAclfBranch() |
AbstractAclfBranch(AclfBranch parent) |
| Modifier and Type | Method and Description |
|---|---|
double |
b11ft()
bft of the B11 matrix.
|
double |
b11tf()
btf of the B11 matrix.
|
double |
b1ft()
bft of the B1 matrix.
|
double |
b1tf()
btf of the B1 matrix.
|
org.apache.commons.math3.complex.Complex |
currentIntoNetFrom() |
org.apache.commons.math3.complex.Complex |
currentIntoNetFromSide()
For computing current of this branch into the network at the from side.
|
org.apache.commons.math3.complex.Complex |
currentIntoNetTo() |
org.apache.commons.math3.complex.Complex |
currentIntoNetToSide()
For computing current of this branch into the network at the to side.
|
AclfBranch |
getParentAclfBranch() |
double |
getRatingMva1()
branch mva rating-1
|
double |
getRatingMva2()
branch mva rating-2
|
double |
getRatingMva3()
branch mva rating-3
|
void |
setParentAclfBranch(AclfBranch p) |
org.apache.commons.math3.complex.Complex |
yff()
yff of the Y matrix.
|
org.apache.commons.math3.complex.Complex |
yft()
yft of the Y matrix.
|
org.apache.commons.math3.complex.Complex |
ytf()
ytf of the Y matrix.
|
org.apache.commons.math3.complex.Complex |
ytt()
ytt of the Y matrix.
|
public AbstractAclfBranch()
public AbstractAclfBranch(AclfBranch parent)
public AclfBranch getParentAclfBranch()
public void setParentAclfBranch(AclfBranch p)
public double b11ft()
IAclfBranchb11ft in interface IAclfBranchpublic double b11tf()
IAclfBranchb11tf in interface IAclfBranchpublic double b1ft()
IAclfBranchb1ft in interface IAclfBranchpublic double b1tf()
IAclfBranchb1tf in interface IAclfBranchpublic org.apache.commons.math3.complex.Complex yff()
IAclfBranchyff in interface IAclfBranchpublic org.apache.commons.math3.complex.Complex ytt()
IAclfBranchytt in interface IAclfBranchpublic org.apache.commons.math3.complex.Complex yft()
IAclfBranchyft in interface IAclfBranchpublic org.apache.commons.math3.complex.Complex ytf()
IAclfBranchytf in interface IAclfBranchpublic org.apache.commons.math3.complex.Complex currentIntoNetFromSide()
IAclfBranchcurrentIntoNetFromSide in interface IAclfBranchpublic org.apache.commons.math3.complex.Complex currentIntoNetToSide()
IAclfBranchcurrentIntoNetToSide in interface IAclfBranchpublic org.apache.commons.math3.complex.Complex currentIntoNetFrom()
public org.apache.commons.math3.complex.Complex currentIntoNetTo()
public double getRatingMva1()
IAclfBranchgetRatingMva1 in interface IAclfBranchpublic double getRatingMva2()
IAclfBranchgetRatingMva2 in interface IAclfBranchpublic double getRatingMva3()
IAclfBranchgetRatingMva3 in interface IAclfBranch