Skip to content

New lbm-mesa_pd-coupling

Christoph Rettinger requested to merge mr_new_coupling into master

This adds the fluid-particle for LBM + Mesa_pd simulations. Its structure is similar to the existing pe_coupling. It also has many of the "old" coupling features. Some are still missing, like the PSM coupling, the subgrid coupling and details on refinement. In other cases, the functionality has been extended, like tangential lubrication forces/torques, new PDF reconstructors. Its general design follows mesa_pd's idea of having kernels that carry out a certain task on each selected particle. Also included are some "unit" tests for the different functionalities. It also features a huge chunk of physical acceptance tests in benchmarks/FluidParticleCoupling with increasing complexity. Details will soon be available in a corresponding paper.

Merge request reports