stroemung 0.1.0

A Computational Fluid Dynamics (CFD) simulator in Rust
# stroemung

[![Crates.io](https://img.shields.io/crates/v/stroemung.svg)](https://crates.io/crates/stroemung)
[![Docs.rs](https://docs.rs/stroemung/badge.svg)](https://docs.rs/stroemung)
[![CI](https://github.com/wickedchicken/stroemung/workflows/CI/badge.svg)](https://github.com/wickedchicken/stroemung/actions)

A Computational Fluid Dynamics (CFD) simulator in Rust

## Installation

### Cargo

* Install the rust toolchain in order to have cargo installed by following
  [this]https://www.rust-lang.org/tools/install guide.
* run `cargo install stroemung`

## License

Licensed under the [MIT license](LICENSE).

## Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the MIT license, shall be
licensed as above, without any additional terms or conditions.

See [CONTRIBUTING.md](CONTRIBUTING.md).