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

https://github.com/akabe/ocaml-fluid-simulator

A simple fluid simulator by lattice gas automaton in OCaml
https://github.com/akabe/ocaml-fluid-simulator

Last synced: about 1 year ago
JSON representation

A simple fluid simulator by lattice gas automaton in OCaml

Awesome Lists containing this project

README

          

Simple fluid simulator in OCaml
=============================

This is a simple fluid simulator by
[lattice gas automaton](https://en.wikipedia.org/wiki/Lattice_gas_automaton)
in OCaml.

```
$ make
$ ./simulate.out
```

![arrowmap](screenshot1.png)

![colormap](screenshot2.png)