[Physics] Notation for the divergence of a rank 2 tensor

differentiationnotationtensor-calculusVector Fields

I am studying advanced fluid mechanics and sometimes you see equations written in index notation like
$$ Dv_i= \partial_t v_i +v_j\partial_jv_i$$
but sometimes you find this arrow/vector notation (what is the name of this notation?)

$$ D \vec{v} = \partial_t \vec{v} + (\vec{v}\cdot \vec{\nabla})\vec{v} $$
which is what I used when I learn vector calculus.

My problem arises when you have tensors, like the stress tensor, let us call it $\bar{\sigma}$. For example, one of Navier-Stokes equations (stationary flow) reads
$$ (\vec{v}\cdot \vec{\nabla})\vec{v} = -\vec{\nabla}\cdot\bar{\sigma} = -\partial_j\sigma_{ij} $$
Is there a reasoning on why the divergence on 2-rank tensors acts on the right (as if $\nabla$ is a vector column) ? How does one apply this to higher order tensors?

Best Answer

I think that the question was answered in the comments, but your main concern seems to be "how would you denote these in vector notation?".


My answer to this is either (1) you don't, or (2) if you must then you have the freedom to denote it any way you like. The reason for the fact that there is no standard agreement on a "vector" notation is because with tensors with rank greater than 1 it becomes much more confusing than it's worth.

For that reason I recommend option (1)


Example: Suppose you want to take the derivative w.r.t the second index of a tensor. Then you can either write

$$ \partial_{i_2} T^{i_1i_2 \cdots} \qquad or \qquad\vec{\mathcal{D}}\ \cdot \stackrel{\leftrightarrow}{T} $$

In my mind the second equation is essentially useless and above all confusing. The problem with the one on the right is that you are trying to package way too much information into a vector notation. That works find if you have a single index but loses this allure in proportion to how many indices your tensor has.

If you make any attempt to salvage the "vector" notation on the right, you will most likely invent the notation on the left, as it is superior in every single way.

Related Question