Class AcLoadFlowResult


  • public class AcLoadFlowResult
    extends Object
    Author:
    Geoffroy Jamgotchian
    • Constructor Detail

      • AcLoadFlowResult

        public AcLoadFlowResult​(LfNetwork network,
                                int outerLoopIterations,
                                int newtonRaphsonIterations,
                                NewtonRaphsonStatus newtonRaphsonStatus,
                                double slackBusActivePowerMismatch)
    • Method Detail

      • getOuterLoopIterations

        public int getOuterLoopIterations()
      • getNewtonRaphsonIterations

        public int getNewtonRaphsonIterations()
      • getSlackBusActivePowerMismatch

        public double getSlackBusActivePowerMismatch()