SedFoam / sedfoam

SedFoam solver for OpenFoam toolbox
https://sedfoam.github.io
GNU General Public License v3.0
84 stars 60 forks source link

alpha.a values are not getting updated #179

Closed mur2d00 closed 11 months ago

mur2d00 commented 11 months ago

Hello! I have been trying to simulate the erosion process around group of cylinders due to oscillatory flows. I used the forceProperties file to assign the gradPOSC and wave period. The velocity field looks reasonable so the vortices but the alpha.a field does not change. I used MuI rheology and dynamic Lagrangian LES model. Please let me know if I should provide the simulation files etc. Thanks.

CyrilleBonamy commented 11 months ago

Thank you very much for your interest Try imposing "minIter 1 ;" for the alpha equation in the fvSolution file.

mur2d00 commented 11 months ago

Thansk, it worked!