Loadflow

loadflow

This is a very basic and simple powerflow calculating program. Powerflow is a numerical method to compute power equilibrium in an electrical network with fixed quantities frequency (dc case included). In the process the algorithm carries out the computation of the values of node voltages and branch currents for the network. The input to the program is based on the network description with branch impedance values, load powers and generated powers. As example look at test cases in data/*.dat

To simulate a case:

CL-USER> (lf:loadflow :problem-file-pathname #p"loadflow/data/test-problem-13.dat" :verbose 5)

It's written by Angelo Rossi and released under BSD License.

The source code is on