This set of simulations focuses on water sloshing in a tank with and withour baffles. This project is based on and inspired by this paper.
I used the geometry, displacement, and initial water level parameters as seen in the aforementioned paper.
Parameter | Value |
---|---|
Time step | starts at 5e-4 but is adjusted according to Courant Numbers |
Duration of Simulation | At first 1 sec, maybe more soon |
Displacement of mesh | -15.5[cm]sin((6pit)/(1[s]))cm |
Turbulence model | K Omega SST |
Height of Water | 6.5 cm |
I made the geometry in SolidWorks in accordance to the drawings from the paper, and then labeled the patches in Blender in order to prepare the geometry for meshing.
Here you can see a render of the geometry with the baffles added:
I did the meshing with the snappyHexMesh tool with simple parameters and a additional refinement to the cells in the aproximate height of the ininital water level.
For this simulation I used interFoam, which is a transient, incompressible, turbulent, immisible, isothermal, VOF solver.
For the turbulence model I used the K Omega SST model and initialized the their values using these recommendations.
I expected to see an obvious reduction of sloshing with the added baffles, but based on visual results this isn't very clear. Additional simulations are needed with porous baffles and I plan on doing that soon. Other than that, I should also try the simulations with larger or quicker displacements.