2d liddriven cavity problem #337
-
I wrote a 2D lid-driven cavity problem, the results give a zero velocity field. Could you please give me some help? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
I would say It's more likely NaN. Those should be Lattice Units (see lbunit.pdf in google, I will try to provide legitimate link) Try changing Velocity to 0.01 (max around 0.1) Add second VTK/Solve block before one you have <Solve Iterations="500">
<VTK Iterations="50"/>
</Solve> To see start-up of the simulation (check if it's not crashing after few steps) |
Beta Was this translation helpful? Give feedback.
-
Please check if the model you are using the name of the setting is "Velocity" and not "VelocityX" or something else. You can see all the details of the model in |
Beta Was this translation helpful? Give feedback.
-
Thanks, I want to model the flow at Re=1000, so nu=0.001. |
Beta Was this translation helpful? Give feedback.
-
@ztdepztdep Remember that TCLB is a research code. It is not a general purpose CFD code. If you want to calculate lid driven cavity at Re=1000, you either need a very big mesh, or more stable model then SRT. You also have to use (or potentially implement) a good boundary condition for the lid. The |
Beta Was this translation helpful? Give feedback.
@ztdepztdep Remember that TCLB is a research code. It is not a general purpose CFD code.
If you want to calculate lid driven cavity at Re=1000, you either need a very big mesh, or more stable model then SRT. You also have to use (or potentially implement) a good boundary condition for the lid. The
WVelocity
is "west" velocity Zou-He boundary condtion. This means it can be used only on the "west" (left) edge of the domain (it fills the missing f1 f5 f8 densities).