public interface LfCalculator
extends org.eclipse.emf.ecore.EObject
The following features are supported:
CoreAlgorithmPackage.getLfCalculator()
Modifier and Type | Method and Description |
---|---|
boolean |
calLoadflow()
perform Loadflow calculation
|
boolean |
customMethod(CustomLFMethod method)
set custom LF method object for the Custom LF calculation
|
LoadflowAlgorithm |
getLfAlgo()
Returns the value of the 'Lf Algo' container reference.
|
INrSolver |
getNrSolver()
Returns the value of the 'Nr Solver' reference.
|
boolean |
gsMethod()
perform GS calculation
|
boolean |
gsStep()
perform a GS step calculation
|
boolean |
nrMethod()
perform NR calculation
|
boolean |
nrStep()
perform a step of NR calculation
|
boolean |
pq_PStep(boolean adjustChangeStep)
perform a PQ P-step calculation
|
boolean |
pq_QStep(boolean adjustChangeStep)
perform a PQ Q-step calculation
|
boolean |
pqMethod()
perform PQ calculation
|
void |
setLfAlgo(LoadflowAlgorithm value)
Sets the value of the '
Lf Algo ' container reference. |
void |
setNrSolver(INrSolver value)
Sets the value of the '
Nr Solver ' reference. |
LoadflowAlgorithm getLfAlgo()
Lf Calculator
'.
If the meaning of the 'Lf Algo' reference isn't clear, there really should be more of a description here...
reference to the parent LF algorithm object, containing the object.setLfAlgo(LoadflowAlgorithm)
,
CoreAlgorithmPackage.getLfCalculator_LfAlgo()
,
LoadflowAlgorithm.getLfCalculator()
void setLfAlgo(LoadflowAlgorithm value)
Lf Algo
' container reference.
value
- the new value of the 'Lf Algo' container reference.getLfAlgo()
INrSolver getNrSolver()
setNrSolver(INrSolver)
,
CoreAlgorithmPackage.getLfCalculator_NrSolver()
void setNrSolver(INrSolver value)
Nr Solver
' reference.
value
- the new value of the 'Nr Solver' reference.getNrSolver()
boolean nrMethod() throws InterpssException
InterpssException
boolean nrStep()
boolean pqMethod() throws InterpssException
InterpssException
boolean pq_PStep(boolean adjustChangeStep) throws InterpssException
adjustChangeStep
- boolean to indicate if the change step needs to be adjusted
InterpssException
boolean pq_QStep(boolean adjustChangeStep) throws InterpssException
adjustChangeStep
- boolean to indicate if the change step needs to be adjusted
InterpssException
boolean gsMethod() throws InterpssException
InterpssException
boolean gsStep()
boolean customMethod(CustomLFMethod method) throws InterpssException
method
- Aclf method
InterpssException
boolean calLoadflow() throws InterpssException
InterpssException