Lattice Boltzmann solver in APES.
Rev. | Zeit | Autor | Nachricht |
---|---|---|---|
c6fce7b1e7a0 | 2022-11-19 05:32:17 | Harald Klimach | tip Development update with a wide range of improvements to t... |
35d71a54ed5d | 2022-08-30 19:25:45 | Harald Klimach | Fixed compiler warnings. |
b6956abee5af | 2022-06-09 21:16:03 | Harald Klimach | Updated documentation links. |
77873c5b4c1e | 2021-10-19 04:32:55 | Harald Klimach | Documentation improvements and added example setup direct... |
85f0069e0492 | 2020-09-21 23:41:02 | Harald Klimach | Musubi 2.0 update. This version improves multilevel hand... |
31220e183566 | 2019-08-24 04:53:02 | Harald Klimach | Development update improved multilevel handling and turbu... |
6978a30b6fd7 | 2018-12-24 07:09:18 | Harald Klimach | Removed tag bitbucket_21 |
5524e249e69c | 2018-12-24 07:08:52 | Harald Klimach | Added tag bitbucket_21 for changeset 430f10d40c42 |
430f10d40c42 | 2018-12-24 07:02:03 | Harald Klimach | Development update with various fixes for boundaries and ... |
272081a15bab | 2017-04-20 02:34:54 | Harald Klimach | Added the README again. |
Name | Rev. | Zeit | Autor |
---|---|---|---|
tip | c6fce7b1e7a0 | 2022-11-19 05:32:17 | Harald Klimach |
Name | Rev. | Zeit | Autor | Nachricht |
---|---|---|---|---|
default | c6fce7b1e7a0 | 2022-11-19 05:32:17 | Harald Klimach | Development update with a w... |
Musubi is a MPI parallel Lattice-Boltzmann solver. It utilizes treelm to represent meshes and allows for local refinements. Treelm is incorporated as a subrepository.
Compilation is done via waf and achieved by:
export FC=mpif90
./waf configure build
Note that MPI is required to compile Musubi.