Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Finite volume solver for incompressible multiphase flows with surface tension. Foaming flows in complex geometries.
| Date | Stars |
|---|---|
| 2026-07-25 | 459 |
| 2026-07-28 | 459 |
| 2026-07-30 | 459 |
| 2026-08-06 | 459 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
<!---DO NOT EDIT THIS FILE. Generated by README.py--> # Aphros <img src="https://cselab.github.io/aphros/images/foam.png" width=300 align="right"> Finite volume solver for incompressible multiphase flows with surface tension. Key features: - implementation in C++14 - scalability to thousands of compute nodes - fluid solver based on SIMPLE or Bell-Colella-Glaz methods - advection with PLIC volume-of-fluid - particle method for curvature estimation accurate at low resolutions [[demo]](https://cselab.github.io/aphros/curv.html) [[4]](https://doi.org/10.1016/j.ijmultiphaseflow.2020.103209) - Multi-VOF for scalable coalescence prevention [[demo]](https://cselab.github.io/aphros/wasm/hydro.html) [[8]](https://doi.org/10.1145/3394277.3401856) [[11]](https://doi.org/10.1126/sciadv.abm0590) ## [Gallery of interactive simulations](https://github.com/cselab/aphros/wiki/Aphros-Explorer) [<img src="https://cselab.github.io/aphros/images/aphros_tile9.jpg" width=120>](https://github.com/cselab/aphros/wiki/Aphros-Explorer) | [<img src="https://cselab.github.io/aphros/images/thumb/curv.jpg" height=120>](https://cselab.github.io/aphros/curv.html) | [<img src="https://cselab.github.io/aphros/images/thumb/hydro.jpg" height=120>](https://cselab.github.io/aphros/wasm/hydro.html) | [<img src="https://cselab.github.io/aphros/images/thumb/electrochem.jpg" height=120>](https://cselab.github.io/aphros/wasm/electrochem.html) | [<img src="https://cselab.github.io/aphros/images/thumb/parser.jpg" height=120>](https://cselab.github.io/aphros/wasm/parser.html?config=M4UwLgBAlgdpUQAwChSQCYHsCuAjANiBOhAIwB0ArKuBAG4gDGkdZEATBAMw2TBgAnWAHMIwCGBAAPMLzGCRYgPoBbCACJkECPlghSWnXs4ASYMk1p5QmKOB4IJhCdZm5_G6JB0AhvkcAFAEmJABUHACUEXJYeIQQoihWDMwJAj50UGAAno6JQA=) :---:|:---:|:---:|:---:|:---: [Gallery wiki](https://github.com/cselab/aphros/wiki/Aphros-Explorer) | [Curvature](https://cselab.github.io/aphros/curv.html) | [Multi-VOF](https://cselab.github.io/aphros/wasm/hydro.html) | [Electrochemistry](https://cselab.github.io/aphros/wasm/electrochem.html) | [Parser](https://cselab.github.io/aphros/wasm/parser.html?config=M4UwLgBAlgdpUQAwChSQCYHsCuAjANiBOhAIwB0ArKuBAG4gDGkdZEATBAMw2TBgAnWAHMIwCGBAAPMLzGCRYgPoBbCACJkECPlghSWnXs4ASYMk1p5QmKOB4IJhCdZm5_G6JB0AhvkcAFAEmJABUHACUEXJYeIQQoihWDMwJAj50UGAAno6JQA=) ### Documentation [Online documentation](https://cselab.github.io/aphros/doc) and [PDF](https://cselab.github.io/aphros/aphros.pdf) generated by [doc/sphinx](doc/sphinx). Default parameters are listed in [deploy/scripts/sim_base.conf](deploy/scripts/sim_base.conf). ### Requirements C++14, CMake Optional dependencies: MPI, parallel HDF5, python3, python3-numpy Bundled optional dependencies: [hypre](https://github.com/hypre-space/hypre), [overlap](https://github.com/severinstrobl/overlap), [fpzip](https://github.com/LLNL/fpzip) ### Clone and build ``` git clone https://github.com/cselab/aphros.git ``` First, follow [deploy/README.md](deploy/README.md) to prepare environment and install dependencies. Then build with ``` cd src make ``` ### Code Ocean The [Code Ocean](https://codeocean.com/) platform hosts the following compute capsule * [Computing foaming flows across scales: from breaking waves to microfluidics](https://codeocean.com/capsule/7188369/tree/v1) which builds Aphros in a Linux environment, runs a set of examples, and visualizes the results. ### Docker Instead of building the code in your system, you can build a Docker container and run a simulation example ``` docker build github.com/cselab/aphros --tag aphros cd examples/202_coalescence/standalone ./conf docker run -v `pwd`:`pwd` -w `pwd` aphros ``` ### Minimal build without CMake Build without dependencies and tests on Unix-like systems (`APHROS_PREFIX` is the installation directory, with `USE_MPI=1`, `USE_HDF=1`, `USE_OPENCL=1`, `USE_AVX=1` builds with MPI, parallel HDF5 library, OpenCL, and AVX extensions): ``` cd src ../make/bootstrap make -f Makefile_legacy install APHROS_PREFIX=$HOM
Excerpt of 12,195 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:a064e5eb1060ca83, topic:simulation