Menu

Simulation Cases

This code simulates the coalescence and subsequent jumping of two bubbles sitting on a hydrophilic substrate using th...
A computational fluid dynamics simulation of two bubbles coalescing and jumping off a substrate using Basilisk C. Thi...
ifeq (\$(wildcard ../.projectconfig),) \$(error '../.projectconfig not found') endif BASILISK := \$(shell . ../.proje...
qcc -O2 -Wall -disable-dimensions -fopenmp -I\$(PWD)/src-local JumpingBubbles.c -o JumpingBubbles -lm export OMPNUMTH...
CC99='mpicc -std=c99' qcc -Wall -O2 -DMPI=1 -disable-dimensions -I\$(PWD)/src-local JumpingBubbles.c -o JumpingBubble...