Package | Description |
---|---|
com.interpss.core.algo | |
com.interpss.core.algo.impl | |
com.interpss.core.algo.impl.solver | |
com.interpss.core.algo.util |
Modifier and Type | Method and Description |
---|---|
INrSolver |
LfCalculator.getNrSolver()
Returns the value of the 'Nr Solver' reference.
|
Modifier and Type | Method and Description |
---|---|
void |
LfCalculator.setNrSolver(INrSolver value)
Sets the value of the '
Nr Solver ' reference. |
Modifier and Type | Field and Description |
---|---|
protected INrSolver |
LfCalculatorImpl.nrSolver
The cached value of the '
Nr Solver ' reference. |
Modifier and Type | Method and Description |
---|---|
INrSolver |
LfCalculatorImpl.getNrSolver() |
Modifier and Type | Method and Description |
---|---|
void |
LfCalculatorImpl.setNrSolver(INrSolver newNrSolver) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultNrSolver
InterPSS default implementation of the NR solver interface.
|
class |
ZbrNrSolver
This class implements the NR loadflow algorithm for solving the power flow with zero impedance branches (Zbr).
|
Modifier and Type | Method and Description |
---|---|
T |
CoreAlgorithmSwitch.caseINrSolver(INrSolver object)
Returns the result of interpreting the object as an instance of 'INr Solver'.
|