public interface IChildNetLfSolver
extends org.eclipse.emf.ecore.EObject
Modifier and Type | Method and Description |
---|---|
boolean |
calChildNetLoadflow()
perform Loadflow calculation
|
boolean |
updateChildNetAndRunLf(boolean initStep)
update the child networks based on main net lf results and then perform Loadflow
of all child networks.
|
org.apache.commons.math3.complex.Complex |
updateMainNet()
update the main network based on the lf results of the child net Loadflow results.
|
org.apache.commons.math3.complex.Complex updateMainNet() throws InterpssException
InterpssException
boolean updateChildNetAndRunLf(boolean initStep) throws InterpssException
initStep
- boolean to indicate if the child network needs to be initialized for the LF calculation
InterpssException
boolean calChildNetLoadflow()