Visualisation of fluid dynamics with Java / C#

GottaFindYou

New Member
I am planning to implement the visualisation of fluid dynamics (Navier-Stokes equation) using (i)Java w/ Eclipse or; (ii)C# or; (iii)C++. Is there any API for displaying the dynamics in a plane grid when compiled and executed? Ideally my input would be size of plane grid, velocity & pressure of each grid point at time t.Great if there is some tutorial for calling the corresponding API...
 
Back
Top