https://github.com/ccoffrin/ac-powerflow-vis
Visualizations of AC Power Flow over a Line
https://github.com/ccoffrin/ac-powerflow-vis
alternating-current animation visualization
Last synced: 3 months ago
JSON representation
Visualizations of AC Power Flow over a Line
- Host: GitHub
- URL: https://github.com/ccoffrin/ac-powerflow-vis
- Owner: ccoffrin
- License: mit
- Created: 2017-02-19T16:26:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-12-10T03:40:16.000Z (over 4 years ago)
- Last Synced: 2025-01-22T03:33:08.404Z (5 months ago)
- Topics: alternating-current, animation, visualization
- Language: R
- Size: 10.7 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-power-analysis - ac-powerflow-vis - Visualizations of AC Power Flow over a Line (Visualization)
README
Visualizations of AC Power Flow over a Line
=====### What is this?
These R scripts produce figures and animations of AC Power Flow over a line, which help build an intuition for the AC Power Flow equations' behavior based on different line parameters (e.g. admittance). These scripts assume a simple restive line model and also include parameters for an ideal transformer. The default parameters are set to [typical values](https://books.google.com/books/about/Power_System_Stability_and_Control.html?id=2cbvyf8Ly4AC) for high-voltage power transmission lines.This repository contains the source files required for generating the visualizations. The `make.it` script builds all of the figures and animations. An example of the output of the script can be viewed [here](https://imgur.com/a/vxK4nW6). The `ac_power_examples.r` illustrates how to change the line parameters to and generate new figures.
### Requirements
This script requires R for building the PDFs and imagemagick's convert for combining them into a gif. The bash terminal is required for `make.it`. A typical compilation of `make.it` is around 15 minutes.