Welcome to my sandbox, here you will find codes for cavitation from [recent JFM papers](https://doi.org/10.1017/jfm.2022.705) and [my thesis](https://theses.hal.science/tel-03935878/). Currently I am working on the new methods developed for variable surface-tension driven flows, so you will also find some testcases for the same. /** # File index ## Tests for variable surface-tension flows We have two methods, CLSVOF method and HF method developed [shared here](Marangonitests/integralHF.h) ### Using new height function method * [Rising bubble](Marangoni/risingHF.c) * [Young's bubble](Marangoni/young.c) ### Using standard CLSVOF from Basilisk src * [Spurious currents testcase](Marangoni/spurious.c) * [Bouncing Drop](Marangoni/bouncing.c) ## Tests for cavitation using all-Mach * [Sessile bubble test with all-Mach solver](tests/sessilecomp.c) * [Collapse of low pressure bubble under ambient pressure](http://basilisk.fr/sandbox/msaini/tests/collapse.c) * [Oscillating bubble under influence of change in pressure](http://basilisk.fr/sandbox/msaini/tests/oscillations.c) * [Laser induced bubbles nead solid boundary](http://basilisk.fr/sandbox/msaini/tests/nearwall.c) */