Update main features authored by Michel Henry's avatar Michel Henry
......@@ -33,9 +33,13 @@ To consider two continuous phases, an advective equation for the concentration i
- [avalanch2fluids.py](https://git.immc.ucl.ac.be/fluidparticles/migflow/blob/master/testcases/avalanch/avalanch2fluids/avalanch2fluids.py) presents the fall of a granular column immersed in sea water in a 2D domain filled with soft water.
## Free surface
## Arbitrary Eulerian-Lagrangian (ALE) method & Free Surface
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:
The MigFlow software can take into account mesh deformation using the Arbitrary Eulerian-Lagrangian (ALE) framwork. An example of this feature can be found :
- [poiseuilleALE.py](https://git.immc.ucl.ac.be/fluidparticles/migflow/blob/master/testcases/poiseuilleALE/poiseuille.py)
The user has to provide the mesh velocity and update the mesh coordinates. This feature can be used to simulate free-surface :
- [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.
......
......