I encounter a problem in fluid dynamics that requires the Laplacian of Green's function in spherical coordinate. I am wondering can we get an explicit form of laplacian of a second-order tensor in spherical coordinate? Here is the fact I know: the Laplacian of a scalar and a vector in spherical coordinates is already shown here. How about the second-order tensor?
Given a tensor: $$\mathbf{T}=T_{rr}\mathbf{e_{r}}\mathbf{e_{r}}+T\mathbf{e_{r}}\mathbf{e_{\theta}}+T\mathbf{e_{r}}\mathbf{e_{\phi}}+T\mathbf{e_{\theta}}\mathbf{e_{r}}+T\mathbf{e_{\theta}}\mathbf{e_{\theta}}+T\mathbf{e_{\theta}}\mathbf{e_{\phi}}+T\mathbf{e_{\phi}}\mathbf{e_{r}}+T\mathbf{e_{\phi}}\mathbf{e_{\theta}}+T\mathbf{e_{\phi}}\mathbf{e_{\phi}}$$ what should be $\nabla^{2}\mathbf{T}$ looks like explicitly in all the nine terms?
I know it may be long and tedious to show the explicit format but it is really useful. many thanks!
As per my own answer to my question about the tensor Laplacian, the formula for the tensor Laplacian is
$$(\boldsymbol{\triangle}\mathbf{T})^{i_1\dots i_r}{}_{j_1\dots j_s}=g^{kl}(\nabla(\nabla\mathbf{T}))^{i_1\dots i_r}{}_{j_1\dots j_s~kl}$$
By second order tensor I assume you mean a $(0,2)$ tensor in which case we get
$$(\boldsymbol{\triangle}\mathbf{T})_{ij}=g^{kl}(\nabla(\nabla\mathbf{T}))_{ij~kl}$$
NB: In the following I am using the so called mathematics convention for spherical coordinates, i.e $x=r\cos\theta\sin\phi$, etc.
There are two relevent formulae you'll need to compute the tensor Laplacian. The first of course is the inverse metric (written in the proper $(2,0)$ contravariant form)
$$\mathbf{g}^{-1} =\begin{bmatrix} \begin{bmatrix} 1\\ 0\\ 0 \end{bmatrix}\\ \begin{bmatrix} 0\\ (r^2\sin^2\phi)^{-1}\\ 0 \end{bmatrix}\\ \begin{bmatrix} 0\\ 0\\ 1/r^2 \end{bmatrix} \end{bmatrix}$$ And the covariant derivative, which is going to be applied twice, first for a $(0,2)$ tensor
$$(\nabla \mathbf{T})_{ij~k}=\partial_kT_{ij}-\Gamma^a_{ik}T_{a j}-\Gamma^{a}_{jk}T_{ia}$$
And then for a $(0,3)$ tensor:
$$(\nabla(\nabla\mathbf{T}))_{ijk~l}=\partial_lT_{ijk}-\Gamma^a_{il}T_{ajk}-\Gamma^{a}_{jl}T_{iak}-\Gamma^{a}_{kl}T_{ija}$$
The computations are pretty heavy, so I'm going to use
Mathematicato assist me.I'll paste in the Mathematica code below.
Here is a screenshot. I've removed the redundant
[r,θ,ϕ]all over the place. Note that in Mathematica, the(a,b,c)superscript means ana-fold partial derivative in the first argument of the function and so on.This would take me quite a while to typeset, and I am unfortunately very busy at the moment so I really don't have time. I will get to it hopefully in the next couple of days.