I have a problem in the derivation to get to the final expression on this page. I am given the following:
$ \sigma_{i j}=-P \delta_{i j}+2\mu \epsilon_{i j}+\left(\kappa-\frac{2}{3}\mu \right) \epsilon_{k k} \delta_{i j}$
where $\sigma$ represents the stress tensor and $\epsilon$ represents the strain rate tensor. The Kronecker's delta is defined as:
$\delta_{ij} = \begin{cases} 1, & \text{if } i=j,\\ 0, & \text{if } i\neq j. \end{cases}$
$\epsilon_{i j}$ is defined as:
$\epsilon_{i j}=\frac{1}{2}\left(\frac{\partial u_i}{\partial x_j}+\frac{\partial u_j}{\partial x_i}\right)$
$\epsilon_{kk}$ is defined as:
$\epsilon_{k k}=\bigtriangledown \cdot \vec{u}=\frac{\partial u_i}{x_i}+\frac{\partial u_j}{x_j}+\frac{\partial u_k}{x_k} $
$P$ is pressure, $u$ is velocity, while $\mu$ and $\kappa$ are just different constants.
The exercises is to solve the following expression $\bigtriangledown \cdot\vec{\sigma}$.
Then the answer is given to be:
$\bigtriangledown \cdot \vec\sigma=-\bigtriangledown P+\mu \bigtriangledown^2 \vec{u}+\left(\kappa+\frac{\mu}{3}\right)\bigtriangledown \left(\bigtriangledown \cdot \vec{u}\right)$
I don't understand how they managed to get to the last expression. Some questions I have is:
- What happened to the Kroneker's delta?
- What is the difference between $\bigtriangledown^2 \vec{u}$ and $\bigtriangledown(\bigtriangledown \cdot \vec{u})$?