Question: Navier-Stokes equations with Maple

Hi

I want to derive an incompressible Navier Stokes equations with Maple for Conical Coordinate System.

In the beginning I'd like to derive NS equations in the Cartesian coord. system:

 

with(Student[VectorCalculus]):

V:=VectorField();

NS:=Diff(V,t)+DirectionalDiff((V . Del),V)=-Gradient(P)/ro+ni*Del . Del . V

 

Obviously something wrong with this writing.

Please help

Mark

Please Wait...