chaos-polymtl / lethe

Repository for the open-source lethe CFD/DEM/CFD-DEM project
https://chaos-polymtl.github.io/lethe/index.html
GNU Lesser General Public License v2.1
269 stars 59 forks source link

Update turbulent taylor couette time stepping in example #1235

Closed blaisb closed 1 month ago

blaisb commented 1 month ago

Description

The Taylor-Couette example was using constant time-stepping and a BDF3 time-integrator. This is not a good practice for this example. I have updated the parameter file, the prm file and also the .png files of the results. The new results are much better especially for fine meshes.

Code related list:

Pull request related list:

blaisb commented 1 month ago

I applied all of your comments @lpsaavedra