Package | Description |
---|---|
com.interpss.core | |
com.interpss.core.algo.dclf | |
com.interpss.core.algo.dclf.impl | |
com.interpss.core.algo.dclf.solver |
Modifier and Type | Method and Description |
---|---|
static IDclfSolver |
DclfAlgoObjectFactory.createDclfSolver(DclfAlgorithm algo,
IDclfSolver.CacheType cacheType)
create a DclfSolver object
|
Modifier and Type | Method and Description |
---|---|
IDclfSolver |
DclfAlgorithm.getDclfSolver()
Returns the value of the 'Dclf Solver' attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
DclfAlgorithm.setDclfSolver(IDclfSolver value)
Sets the value of the '
Dclf Solver ' attribute. |
Modifier and Type | Field and Description |
---|---|
protected static IDclfSolver |
DclfAlgorithmImpl.DCLF_SOLVER_EDEFAULT
The default value of the '
Dclf Solver ' attribute. |
protected IDclfSolver |
DclfAlgorithmImpl.dclfSolver
The cached value of the '
Dclf Solver ' attribute. |
Modifier and Type | Method and Description |
---|---|
IDclfSolver |
DclfAlgorithmImpl.getDclfSolver() |
Modifier and Type | Method and Description |
---|---|
void |
DclfAlgorithmImpl.setDclfSolver(IDclfSolver newDclfSolver) |
Modifier and Type | Class and Description |
---|---|
class |
BaseDclfSolver
Base Solver for dclf and sensitivity analysis
injBus |--- monitoring branch ---| withdrawBus
- Sensitivity is regarding to an injection bus or an injection bus + a withdraw bus
- Branch shifting factor for a monitoring branch is the ratio of the monitoring branch
current with regarding the the injection current + withdraw current
|
class |
DblAryCacheDclfSolver
Solver for dclf and sensitivity analysis.
|
class |
DclfSolver
Regular DclfSolver implementation, bus sensitivity is not cached.
|
class |
HashMapCacheDclfSolver
Solver for dclf and sensitivity analysis.
|