Navier-Stokes equation problem


[ Follow Ups ] [ Post Followup ] [ Netlib Discussion Forum ] [ FAQ ]

Posted by Artur Baran on March 25, 1998 at 05:18:20:

I've got to make a computer symulation of the flow
around the sphere.
To do that I need a solution of the Navier-Stokes equation for incompresible
flow around the sphere.
The equation is as follows:
dv/dt = F-1/r * grad(p) + k@v
where @v is a Laplace operator.

Are there any C or C++ routines that could help me solve the problem?


Follow Ups: