Skip to content

Commit

Permalink
lattice_boltzmann_D2Q9: clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
madsbk committed May 25, 2018
1 parent 09855ab commit f7d1d19
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,12 +188,10 @@ def main():
I = B.size[2]

state = cylinder(H, W, obstacle=True)
print("*"*1000)
B.start()
solve(state, I, B.visualize)
B.stop()
B.pprint()
print("*" * 1000)


if __name__ == "__main__":
Expand Down

0 comments on commit f7d1d19

Please sign in to comment.