Skip to content

jinningwang/psal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Power System Analysis with LTB

License: GPL-3.0 Repo Size GitHub last commit (master) HitCount

Jinning's personal repository for power system analysing using LTB.

Table of Content

  1. AMS DCOPF Benchmark, benchmark of AMS DCOPF.
  2. ANDES PFlow Benchmark, benchmark of ANDES power flow.
  3. Power Flow Comparasion, compare power flow results cross different solvers.
  4. Frequency Regulation with IBR, from SFR capacity procurement in real-time economic dispatch to detailed AGC action in time-domain simulation.
  5. Discussion 386, details on ANDES Discussion #386, TDS init error.
  6. Discussion 471, details on ANDES Discussion #471, line injected power.

FAQ

Q: Why are my local running results different from yours?

A: There can be three possible reasons: 1) changes in the case files, 2) changes in the code, 3) differences in the versions of key packages.

Release Notes

This repository uses setuptools_scm as versioning. Check Tags for more details.

Check the version by running:

python -m setuptools_scm

v0.0.3

Prepare 2024 LTB demo data.

v0.0.2

Add two ANDES discussions notes: Discussion #386 and Discussion #471.

v0.0.1

Initial release.