Bottle Filling

Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Bottle Filling

sebasGomezM97
Hi,

I want to simulate the filling of a bottle. Is it possible to implement VOF method, Level Set Method or Arbitrary Lagrangian-Eulerian (ALE) ?  My interest is to track the surface of the fluid in time

Thank you
Reply | Threaded
Open this post in threaded view
|

Re: Bottle Filling

Precise Simulation
Administrator
This post was updated on .
There are a few experimental Matlab m-file script models for two-phase flows implemented with the level-set method. However, they do not include re-initialization of the level set field, so simulations will likely diverge after some time (one would have to add level-set "reinitialization/redistancing" either as a custom solver_hook after each time step, for example using the "fast marching method" or "PDE based pseudi-time stepping").

- Matlab simulation of a static bubble with surface tension
- Matlab simulation of a rising bubble
- Matlab dam break simulation script