Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mcosovic/juliagrid.jl

JuliaGrid is an easy-to-use power system simulation tool for researchers and educators provided as a Julia package.
https://github.com/mcosovic/juliagrid.jl

bad-data data-set gauss-newton-method julia julia-language least-absolute-value measurements newton-raphson observability-analysis optimal-power-flow outlier-detection phasor-measurement-unit power-flow power-systems simulation sparseinv state-estimation weighted-least-squares

Last synced: 3 months ago
JSON representation

JuliaGrid is an easy-to-use power system simulation tool for researchers and educators provided as a Julia package.

Awesome Lists containing this project

README

        

## JuliaGrid

[![Documentation][documentation-badge]][documentation] [![Build][build-badge]][build] [![Codecov][codecov-badge]][codecov]

JuliaGrid is an open-source and easy-to-use simulation tool and solver designed for researchers and educators. It is available as a Julia package, with its source code released under the MIT License. JuliaGrid primarily focuses on steady-state power system analyses, offering a versatile set of algorithms and easy manipulation of power system configuration and analyses.

We've rigorously tested and validated our simulation tool across various scenarios to the best of our abilities. Your feedback on errors, or bugs as a user would be highly appreciated and can help improve future versions. For more details, visit our [documentation][documentation] site.

---

### Installation
JuliaGrid is compatible with Julia version 1.9 and newer. To get the JuliaGrid package installed, execute the following Julia command:
```
import Pkg
Pkg.add("JuliaGrid")
```

[documentation-badge]: https://github.com/mcosovic/JuliaGrid.jl/workflows/Documentation/badge.svg
[documentation]: https://mcosovic.github.io/JuliaGrid.jl/stable/
[build-badge]: https://github.com/mcosovic/JuliaGrid.jl/workflows/Build/badge.svg
[build]: https://github.com/mcosovic/JuliaGrid.jl/actions
[codecov-badge]: https://codecov.io/github/mcosovic/JuliaGrid.jl/branch/master/graph/badge.svg
[codecov]: https://app.codecov.io/github/mcosovic/JuliaGrid.jl