You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
A new APECSS structure, APECSS_Interaction, to gather data needed for the computations of bubble-bubble interactions in multi-bubble systems. This includes a new file interactions.c in the source folder to compute interactions between bubbles considering incompressible interactions (frequently used in the literature) and a new model based on the quasi-acoustic assumption.
An update to the binaryinteraction test case, which now incorporates the newly developed structure and function to compute the incompressible interactions between the two bubbles.
A new test case, sphericalclustertensionwave, of a monodisperse spherical shape cluster of 250 microbubbles. This includes also an example of how such multi-bubble simulations can be parallelized in a simple manner using MPI.