Evaluate $\iiint\limits_{B}^{} \cosh \left ( x+y+z \right ) dxdydz$, where $B=\left \{ \left ( x,y,z \right ) \in R^3|x^2+y^2+z^2\le 1 \right \} $
Since B is a unit ball which centers at the origin, I think it should be highly usefull to change coordinates to spherical coordinates. And of course, by definition, $$\cosh\left ( x+y+z\right ) = \frac{e^{x+y+z}+e^{-x-y-z}}{2}$$ But after changing coordinates, I still know little about how to integral such thing like......$$\int_{0}^{2\pi} \int_{0}^{\pi} \int_{0}^{1} \cosh \left ( r\sin \phi \cos \theta+r\sin \phi \sin \theta+r\cos \phi \right )r^2\sin \phi drd\phi d\theta $$ or$$\int_{0}^{2\pi} \int_{0}^{\pi} \int_{0}^{1} \frac{e^{\left ( r\sin \phi \cos \theta+r\sin \phi \sin \theta+r\cos \phi \right )}+e^{\left ( -r\sin \phi \cos \theta-r\sin \phi \sin \theta-r\cos \phi \right )}}{2} r^2\sin \phi drd\phi d\theta $$
Could anyone give some hints how I can do it please?

Consider this change of variables:
Note that $(x,y,z)\mapsto\left(\frac1{\sqrt2}(x-y),\frac1{\sqrt6}(x+y-2z),\frac1{\sqrt3}(x+y+z)\right)$ is a linear map and, more precisely, it is an orthogonal transformation; in particular, the absolute value of its determinant is equal to $1$, it is injective, and it maps $B$ onto $B$.
So, after doing this change of variable, your integral becomes$$\iiint_B\cosh\left(\sqrt3Z\right)\,\mathrm dX\,\mathrm dY\,\mathrm dZ.$$Now, using spherical coordinates, this becomes\begin{multline}\int_0^{2\pi}\int_0^\pi\int_0^1\cosh\left(\sqrt3\rho\cos\varphi\right)\rho^2\sin\varphi\,\mathrm d\rho\,\mathrm d\varphi\,\mathrm d\theta=\\=2\pi\int_0^\pi\int_0^1\cosh\left(\sqrt3\rho\cos\varphi\right)\rho^2\sin\varphi\,\mathrm d\rho\,\mathrm d\varphi.\end{multline}But\begin{multline}\int_0^1\cosh\left(\sqrt3\rho\cos\varphi\right)\rho^2\sin\varphi\,\mathrm d\rho=\\=\frac1{18}\sec\varphi\bigl(\sqrt3(3\cos(2\varphi)+7)\sec\varphi\sinh\left(\sqrt{3}\cos\varphi\right)-12\cosh\left(\sqrt3\cos\varphi\right)\bigr)\tan\varphi\end{multline}and\begin{multline}\int_0^\pi\sec\varphi\bigl(\sqrt3(3\cos(2\varphi)+7)\sec\varphi\sinh\left(\sqrt{3}\cos\varphi\right)-12\cosh\left(\sqrt3\cos\varphi\right)\bigr)\tan\varphi\,\mathrm d\varphi=\\=12\cosh\left(\sqrt3\right)-4\sqrt3\sinh\left(\sqrt3\right).\end{multline}Therefore, your integral is equal to$$\frac\pi9\left(12\cosh\left(\sqrt3\right)-4\sqrt3\sinh\left(\sqrt3\right)\right).$$