Skip to content

Commit

Permalink
Update ReadMe
Browse files Browse the repository at this point in the history
hietwll committed Jun 5, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 7d4c8c1 commit d60f596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ lbm = lbm_solver(256, 256, 0.0255, [0, 0, 0, 0],
Here ``Re = U * (nx-1) * dx / niu = 0.1 * 255.0 / 0.0255``. The velocity magnitude is shown in the contour below and x-componet of velocity in the middle line is compared with literature results.

<div align="center">
<img src="https://raw.githubusercontent.com/hietwll/common_files/master/graphics/lbm_taichi/lid.gif" height="293px"> <img src="https://raw.githubusercontent.com/hietwll/common_files/master/graphics/lbm_taichi/lid_validation.png" height="293px">
<img src="https://raw.githubusercontent.com/hietwll/common_files/master/graphics/lbm_taichi/lid.gif" height="240px"> <img src="https://raw.githubusercontent.com/hietwll/common_files/master/graphics/lbm_taichi/lid_validation.png" height="293px">
</div>

## Example2: Kármán Vortex Street

0 comments on commit d60f596

Please sign in to comment.