public interface IMultiNetLfSolver
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
void |
releaseResource()
release resource after completing LF run, if necessary
|
void |
setAclfAlgorithm(LoadflowAlgorithm algo) |
boolean |
updateChildNetAndRunLf(boolean initStep)
update the child networks based on parent net LF results and then perform Loadflow
of all child networks.
|
org.apache.commons.math3.complex.Complex |
updateParentNet()
update the parent network based on LF results from the child net Loadflow results.
|
static final java.lang.String copyright
org.apache.commons.math3.complex.Complex updateParentNet()
throws InterpssException
InterpssExceptionboolean updateChildNetAndRunLf(boolean initStep)
throws InterpssException
initStep - if it is the first LF run step. The child net might need to perform initializationInterpssExceptionvoid releaseResource()
void setAclfAlgorithm(LoadflowAlgorithm algo)
algo - the containing LF algorithm