jar

com.github.ie3-institute : powerflow

Maven & Gradle

Jan 31, 2023
3 stars

powerflow · Power flow calculation library, focused on interfacing for exchangeable algorithms

Table Of Contents

Latest Version

Download com.github.ie3-institute : powerflow JAR file - Latest Versions:

All Versions

Download com.github.ie3-institute : powerflow JAR file - All Versions:

Version Vulnerabilities Size Updated
0.2
0.1

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window powerflow-0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

edu.ie3.powerflow.interfaces

├─ edu.ie3.powerflow.interfaces.AlgorithmEvaluation.class - [JAR]

├─ edu.ie3.powerflow.interfaces.PowerFlowAlgorithm.class - [JAR]

├─ edu.ie3.powerflow.interfaces.PowerFlowEvaluation.class - [JAR]

edu.ie3.powerflow.model.enums

├─ edu.ie3.powerflow.model.enums.NodeType.class - [JAR]

├─ edu.ie3.powerflow.model.enums.PowerFlowCondition.class - [JAR]

edu.ie3.powerflow.util.exceptions

├─ edu.ie3.powerflow.util.exceptions.PowerFlowException.class - [JAR]

edu.ie3.powerflow.model.evaluation

├─ edu.ie3.powerflow.model.evaluation.NewtonRaphsonControlEvaluation.class - [JAR]

├─ edu.ie3.powerflow.model.evaluation.NewtonRaphsonEvaluation.class - [JAR]

├─ edu.ie3.powerflow.model.evaluation.NewtonRaphsonIterationEvaluation.class - [JAR]

├─ edu.ie3.powerflow.model.evaluation.SlackBalancingEvaluation.class - [JAR]

edu.ie3.powerflow.model

├─ edu.ie3.powerflow.model.FailureCause.class - [JAR]

├─ edu.ie3.powerflow.model.JacobianMatrix.class - [JAR]

├─ edu.ie3.powerflow.model.NodeData.class - [JAR]

├─ edu.ie3.powerflow.model.PowerFlowNR.class - [JAR]

├─ edu.ie3.powerflow.model.PowerFlowNRExtended.class - [JAR]

├─ edu.ie3.powerflow.model.PowerFlowResult.class - [JAR]

├─ edu.ie3.powerflow.model.PowerFlowResultJava.class - [JAR]

├─ edu.ie3.powerflow.model.StartData.class - [JAR]

edu.ie3.powerflow

├─ edu.ie3.powerflow.NewtonRaphsonPF.class - [JAR]