Package | Description |
---|---|
com.interpss.core.algo.dclf.solver | |
com.interpss.core.common.impl |
Modifier and Type | Method and Description |
---|---|
boolean |
BaseDclfSolver.calculateDclf(DclfMethod method)
calculate DC Loadflow and store the bus results in the dcResult[] and
branch results in branch.weight
|
boolean |
IDclfSolver.calculateDclf(DclfMethod method)
calculate DC Loadflow and store the bus results in the dcResult[] and
branch results in branch.weight
|
double[] |
BaseDclfSolver.calSensitivity(SenAnalysisType type,
java.lang.String injectBusId) |
double[] |
IDclfSolver.calSensitivity(SenAnalysisType type,
java.lang.String injectBusId)
calculate the bus sensitivity.
|
double[] |
BaseDclfSolver.calSensitivityImpl(SenAnalysisType type,
java.lang.String injectBusId) |
double[] |
IDclfSolver.calSensitivityImpl(SenAnalysisType type,
java.lang.String injectBusId)
calculate the bus sensitivity
|
double[] |
DblAryCacheDclfSolver.calSensitivityImpl(SenAnalysisType type,
java.lang.String injectBusId) |
double[] |
HashMapCacheDclfSolver.calSensitivityImpl(SenAnalysisType type,
java.lang.String injectBusId) |
double[] |
DclfSolver.getSenPAngle(java.lang.String busId) |
double[] |
IDclfSolver.getSenPAngle(java.lang.String busId)
Retrieve P-Ang sensitivity from the cache table or calculate sensitivity if it is not found
|
double[] |
DblAryCacheDclfSolver.getSenPAngle(java.lang.String busId) |
double[] |
HashMapCacheDclfSolver.getSenPAngle(java.lang.String busId) |
double[] |
DclfSolver.getSenQVoltage(java.lang.String busId) |
double[] |
IDclfSolver.getSenQVoltage(java.lang.String busId)
Retrieve Q-Voltage sen from the cache table or calculate sen if it is not found
|
double[] |
DblAryCacheDclfSolver.getSenQVoltage(java.lang.String busId) |
double[] |
HashMapCacheDclfSolver.getSenQVoltage(java.lang.String busId) |
Modifier and Type | Method and Description |
---|---|
ReferenceBusException |
CommonFactoryImpl.createReferenceBusExceptionFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |