Hacker News new | ask | show | jobs
by kvajjha 3605 days ago
Is it possible to use Vpython for Computational Fluid Dynamics? I'm interested in making an animation of the Kelvin-Helmholtz instability.
2 comments

You could use it for visualization. With the actual solution computation, you'd probably want to use numpy/scipy.
This is definitely worth asking on one of the Stack Overflow or one of the Stack Exchange sites.