Update main features authored by Michel Henry's avatar Michel Henry
......@@ -37,7 +37,7 @@ To consider two continuous phases, an advective equation for the concentration i
A free surface whose resolution is based on an Arbitrary Lagrange-Euler (ALE) method can be simulated. The following testcase makes use of this feature:
- [poiseuille.py](https://git.immc.ucl.ac.be/fluidparticles/migflow/blob/master/testcases/poiseuilleALE/poiseuille.py) presents the swelling of a flow past a die in 2D.
- [dieSwell.py](https://git.immc.ucl.ac.be/fluidparticles/migflow/blob/master/validation/dieSwell/dieSwell.py) presents the swelling of a flow past a die in 2D.
## Periodic
Periodic conditions are available in bi-dimensional problems and three-dimensional problems. Only one pair of boundaries can be considered periodic.
......
......