1. Dambreak
%A simple example to simulate a dambreak in 1D %basic instruction to write a VolcFlow file nrow = 3; %equations are in 2D. At least 3 lignes (or columns) should be defined, even for 1D simulation ncol = 500; %number of column of the simulation dx_horiz = 3/ncol; %defines the space step (in m)…