CheungBOBOBO / acsimsep

AC SIM(ulator) of SEP(aration): A simulator of cascading failure in power systems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ACSIMSEP

an AC SIMulator of SEParation: Simulating cascading failure in power systems

Introduction

ACSIMSEP is a quasi-steady-state simulator of cascading failures in large-scale power transmission systems. The code is written primarly by Paul Hines at the University of Vermont (uvm.edu/~phines).

Installation

To install ACSIMSEP follow the following proceedure:

  • First make a local copy of the repository using something like git@github.com:phines/acsimsep.git
  • Install the key Third Party codes:
  • Install SuiteSparse by navigating to the acsimsep/ThirdParty/SuiteSparse directory and then: make and then make install.
  • Install Coin-Bonmin and its friends: cd ../Coin-Bonmin/ and then ./configure and then make and then make install.
  • Both of these commands will install the relevant files within the SuiteSparse and Coin-Bonmin directories.
  • Once the third party code is installed, you should be able to compile ACSIMSEP by navigating to the root acsimsep directory and then issuing ./configure and then make and then make install.
  • This will install several test programs in the acsimsep/bin directory. Hopefully they work.

Other documentation

Some day I'll write some :)

About

AC SIM(ulator) of SEP(aration): A simulator of cascading failure in power systems

License:GNU General Public License v3.0


Languages

Language:C++ 51.2%Language:Shell 37.5%Language:Makefile 5.4%Language:MATLAB 3.1%Language:TeX 1.3%Language:C 0.6%Language:M4 0.5%Language:R 0.1%Language:Fortran 0.1%Language:Java 0.1%Language:Awk 0.0%Language:AMPL 0.0%Language:SourcePawn 0.0%Language:CSS 0.0%Language:Batchfile 0.0%Language:Objective-C 0.0%Language:Gnuplot 0.0%