public static class BDblPrime.MatrixElementBuilder extends ACBranchAdjacencies.MatrixElementBuilder
| Constructor and Description |
|---|
MatrixElementBuilder(int nbus,
int nbranch) |
| Modifier and Type | Method and Description |
|---|---|
void |
addFixedShunts(java.util.Collection<? extends FixedShuntListIfc<? extends FixedShunt>> fsh,
float sbase)
Convenience method to add all the fixed shunts to b''
|
void |
build(ACBranchExtList.ACBranchExt brx,
int branchIndex,
int frombus,
int tobus) |
getBDiag, getBOffDiagpublic void build(ACBranchExtList.ACBranchExt brx, int branchIndex, int frombus, int tobus) throws PAModelException
build in class ACBranchAdjacencies.MatrixElementBuilderPAModelExceptionpublic void addFixedShunts(java.util.Collection<? extends FixedShuntListIfc<? extends FixedShunt>> fsh, float sbase) throws PAModelException
fsh - Collection of fixed shunt listssbase - system MVA basePAModelException