Modifier and Type | Method and Description |
---|---|
ISparseEqnComplex |
IAclfNetFormMatrix.formYMatrix()
form and return Y-matrix
|
ISparseEqnComplex |
IAclfNetFormMatrix.formYMatrix(int areaFlag)
form and return Y-matrix for a sub-area in the network.
|
Modifier and Type | Method and Description |
---|---|
ISparseEqnComplex |
BaseAclfNetworkImpl.formYMatrix() |
ISparseEqnComplex |
BaseAclfNetworkImpl.formYMatrix(int areaFlag) |
Modifier and Type | Method and Description |
---|---|
ISparseEqnComplex |
AclfNetYMatrixHelper.formYMatrix()
Forms the Y matrix for the AC load flow network.
|
ISparseEqnComplex |
AclfNetYMatrixHelper.formYMatrix(int areaFlag)
Forms the Y matrix for a specific area in the AC load flow network.
|
Modifier and Type | Method and Description |
---|---|
ISparseEqnComplex |
BaseAcscNetwork.formScYMatrix(SequenceCode seq,
ScBusModelType scBusModelType,
boolean luMatrix)
Form Y-matrix of the sequence specified.
|
ISparseEqnComplex |
BaseAcscNetwork.formScYMatrix(SequenceCode seq,
ScBusModelType scBusModelType,
int areaFlag)
Form Y-matrix of the sequence specified.
|
Modifier and Type | Method and Description |
---|---|
ISparseEqnComplex |
BaseAcscNetworkImpl.formScYMatrix(SequenceCode seq,
ScBusModelType scBusModelType,
boolean luMatrix) |
ISparseEqnComplex |
BaseAcscNetworkImpl.formScYMatrix(SequenceCode seq,
ScBusModelType scBusModelType,
int areaFlag) |
Modifier and Type | Method and Description |
---|---|
ISparseEqnComplex[] |
YMatrixSolver.formYMatrixSet(boolean mPartOnly,
java.util.function.Predicate<BaseAclfBus<?,?>> predicate)
Form Y-matrix set [Ymm, Ymn, Ynm, Ynn], where, Ymm includes those buses that predicate.test(bus) is true.
|
Modifier and Type | Field and Description |
---|---|
protected ISparseEqnComplex |
BaseScCalculator.y0Matrix |
protected ISparseEqnComplex |
BaseScCalculator.y1Matrix |
protected ISparseEqnComplex |
BaseScCalculator.y2Matrix |
Modifier and Type | Method and Description |
---|---|
protected ISparseEqnComplex |
BaseScCalculator.getYMaxtrix(SequenceCode seq) |
Modifier and Type | Method and Description |
---|---|
protected org.apache.commons.math3.complex.Complex[] |
BaseScCalculator.solveYmtrix(ISparseEqnComplex ym,
int busNumber)
Calculate Z array by solving network Y-matrix by injecting 1 pu current at bus-i into the network
|
Modifier and Type | Method and Description |
---|---|
ISparseEqnComplex |
CommonSparseFactoryImpl.createSparseEqnComplexFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
Modifier and Type | Method and Description |
---|---|
ISparseEqnComplex |
SparseEqnObjectFactory.createSparseEqnComplex(int n)
create a complex data type sparse eqn object
|
ISparseEqnComplex |
SparseEqnObjectFactory.createSparseEqnComplex(int rows,
int cols)
create a double data type sparse eqn object
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSparseEqnComplexImpl<T extends ISparseEqnSolver>
Abstract Sparse Equation of data type complex for solving the [A]X=B problem.
|
Modifier and Type | Method and Description |
---|---|
ISparseEqnComplex |
AbstractSparseEqnComplexMatrix3x3Impl.getSparseEqnComplex() |
Modifier and Type | Class and Description |
---|---|
class |
CSJSparseEqnComplexImpl
CSJ Sparse Equation of data type complex for solving the [A]X=B problem.
|
Modifier and Type | Method and Description |
---|---|
ISparseEqnSolver |
SparseEqnSolverFactory.createSparseEqnComplexSolver(ISparseEqnComplex eqn)
create a complex data type sparse eqn solver object
|
Constructor and Description |
---|
BaseCSJEqnComplexSolver(ISparseEqnComplex eqn) |
CSJSquareMatrixEqnComplexSolver(ISparseEqnComplex eqn) |
Constructor and Description |
---|
SparseEqnComplexSolver(ISparseEqnComplex eqn)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ISparseEqnComplex |
BaseDStabNetwork.getNegSeqYMatrix()
Returns the value of the 'Neg Seq YMatrix' attribute.
|
ISparseEqnComplex |
BaseDStabNetwork.getYMatrix()
Returns the value of the 'YMatrix' attribute.
|
ISparseEqnComplex |
BaseDStabNetwork.getZeroSeqYMatrix()
Returns the value of the 'Zero Seq YMatrix' attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseDStabNetwork.setNegSeqYMatrix(ISparseEqnComplex value)
Sets the value of the '
Neg Seq YMatrix ' attribute. |
void |
BaseDStabNetwork.setYMatrix(ISparseEqnComplex value)
Sets the value of the '
YMatrix ' attribute. |
void |
BaseDStabNetwork.setZeroSeqYMatrix(ISparseEqnComplex value)
Sets the value of the '
Zero Seq YMatrix ' attribute. |
Modifier and Type | Method and Description |
---|---|
ISparseEqnComplex |
DStabSimuTimeEvent.getYMatrix()
get event data as a Sparse eqn object
|
Modifier and Type | Field and Description |
---|---|
protected static ISparseEqnComplex |
BaseDStabNetworkImpl.NEG_SEQ_YMATRIX_EDEFAULT
The default value of the '
Neg Seq YMatrix ' attribute. |
protected ISparseEqnComplex |
BaseDStabNetworkImpl.negSeqYMatrix
The cached value of the '
Neg Seq YMatrix ' attribute. |
protected ISparseEqnComplex |
BaseDStabNetworkImpl.yMatrix
The cached value of the '
YMatrix ' attribute. |
protected static ISparseEqnComplex |
BaseDStabNetworkImpl.YMATRIX_EDEFAULT
The default value of the '
YMatrix ' attribute. |
protected static ISparseEqnComplex |
BaseDStabNetworkImpl.ZERO_SEQ_YMATRIX_EDEFAULT
The default value of the '
Zero Seq YMatrix ' attribute. |
protected ISparseEqnComplex |
BaseDStabNetworkImpl.zeroSeqYMatrix
The cached value of the '
Zero Seq YMatrix ' attribute. |
Modifier and Type | Method and Description |
---|---|
ISparseEqnComplex |
BaseDStabNetworkImpl.getNegSeqYMatrix() |
ISparseEqnComplex |
BaseDStabNetworkImpl.getYMatrix() |
ISparseEqnComplex |
BaseDStabNetworkImpl.getZeroSeqYMatrix() |
Modifier and Type | Method and Description |
---|---|
void |
BaseDStabNetworkImpl.setNegSeqYMatrix(ISparseEqnComplex newNegSeqYMatrix) |
void |
BaseDStabNetworkImpl.setYMatrix(ISparseEqnComplex newYMatrix) |
void |
BaseDStabNetworkImpl.setZeroSeqYMatrix(ISparseEqnComplex newZeroSeqYMatrix) |
Modifier and Type | Method and Description |
---|---|
ISparseEqnComplex |
ISparseEqnComplexMatrix3x3.getSparseEqnComplex() |
Modifier and Type | Method and Description |
---|---|
static boolean |
MatrixOutputUtil.matrixToMatlabMFile(java.lang.String mFileName,
ISparseEqnComplex sparseMatrix) |
static java.lang.String |
MatrixOutputUtil.matrixToString(ISparseEqnComplex sparseMatrix) |