"Vector add to scalar" in left part of Navier-Stokes equation

114 Views Asked by At

The left part of Navier-Stokes equation is: $\dfrac{D\vec{v}}{D t}= \dfrac{\partial\vec{v}}{\partial t}+ \vec{v} \cdot\nabla \vec{v}$

Let's take $\vec{v}$ as a two dimentional vector: $(u,v)$. Then: $\dfrac{\partial\vec{v}}{\partial t}$ is $(\dfrac{\partial u}{\partial t}, \dfrac{\partial v}{\partial t})$, which is a vector. However, $\vec{v} \cdot\nabla \vec{v}$ will be $(u,v)\cdot(\dfrac{\partial u}{\partial x},\dfrac{\partial v}{\partial y}) = u\dfrac{\partial u}{\partial x}+v\dfrac{\partial v}{\partial y}$, which is a scalar. How a "vector" can be summed with a "scalar"?

Of course my thought is wrong somewhere. Please help me.

2

There are 2 best solutions below

0
On BEST ANSWER

As stated in the comments, this is the material derivative. If $\mathbf{v} = (v_1,v_2)$ then

$$ (\mathbf{v}\cdot \nabla) \mathbf{v} = (\mathbf{v}\cdot \nabla v_1, \mathbf{v}\cdot \nabla v_2) = \left(v_1 \frac{\partial v_1}{\partial x} + v_2\frac{\partial v_1}{\partial y}, v_1\frac{\partial v_2}{\partial x} + v_2\frac{\partial v_2}{\partial y}\right) $$

You can also intepret it as a matrix product

$$ \mathbf{v}\cdot \nabla \mathbf{v} = \begin{bmatrix} v_1 & v_2 \end{bmatrix}\begin{bmatrix} \dfrac{\partial v_1}{\partial x} & \dfrac{\partial v_2}{\partial x} \\ \dfrac{\partial v_1}{\partial y} & \dfrac{\partial v_2}{\partial y} \end{bmatrix} $$

where $\nabla \mathbf{v}$ represents a rank-2 tensor

2
On

You're right in that scalars and vectors don't add, but have unfortunately - and understandably - got muddled up with how the operators are put together. If you put brackets around (v dot del) then it will make sense. This will be a scalar operator just like partial_t.