Dear moderator:
Recently i was confused with a equation in a example named {BUOYANT.PDE} in the FlexPDE software. The equation is as follows:
dt(U) + U.grad(U) + grad(p) = nu*div(grad(U)) + F (*)
this is incompressible form of the Navier-Stokes equations, nu is the kinematic viscosity, which is equal to mu/rho, where mu is dynamic viscosity and rho is density of liquid. So the problom is: if the above equation should be:
dt(U) + U.grad(U) +1/rho* grad(p) = nu*div(grad(U)) + 1/rho*F, (**)
However, the following calculation in that example is based on the (*), and result addresses the buoyant problem well. if in practical issue, can this method lead to false result? for body force F is different from 1/rho*F in eqution(**).
