Menu

Simulation Cases

Creates the initial condition from STL geometry and outputs a dumpInit file for continuation with the main simulation...
u.t[bottom] = dirichlet(0.); u.r[bottom] = dirichlet(0.); f[bottom] = dirichlet(0.); double tmax, Oh, Bo; int MAXleve...
Runs the full drop dynamics simulation from the initial condition created by the initialization phase. This version i...
u.t[bottom] = dirichlet(0.); u.r[bottom] = dirichlet(0.); f[bottom] = dirichlet(0.); double tmax, Oh, Bo; int MAXleve...