You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then I ran it by python lbm_solver.py, but got velocity and vorticity nan after first few steps:
Is this an internal problem of the solver? How can I make it more robust? Thanks.
The text was updated successfully, but these errors were encountered:
increasing the inlet velocity leads to a larger Re number. to perform a stable simulation, you need to increase the grid resolution and decrease the time step.
I set the initial inlet velocity of Karman Vortex Street to 0.2, and kept other configs as below:
Then I ran it by
python lbm_solver.py
, but got velocity and vorticity nan after first few steps:Is this an internal problem of the solver? How can I make it more robust? Thanks.
The text was updated successfully, but these errors were encountered: