Skip to content

m-mirz/gridoxide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gridoxide

gridoxide is a power flow analysis tool written in Rust. It uses the Newton-Raphson method to solve the power flow equations for an electrical grid defined in a JSON file.

Building

To build the project, you need to have the Rust toolchain installed. You can find instructions on how to install it at rustup.rs.

Once you have Rust installed, you can build the project by running:

cargo build

For an optimized release build, use:

cargo build --release

Running

You can run the program using cargo run:

cargo run

If you have built the project, you can also run the executable directly. From the project root:

For a debug build:

./target/debug/gridoxide

For a release build:

./target/release/gridoxide

Testing

To run the tests for the project, use:

cargo test

About

power grid calculation in rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages