[Physics] Boundary conditions of Navier-Cauchy equation

boundary conditionscontinuum-mechanicselasticity

I'm having difficulties with Neumann boundary conditions in Navier-Cauchy equations (a.k.a. the elastostatic equations). The trouble is that if I rotate a body then Neumann boundary condition should be satisfied with zero force.

In math language: if deformation is given by

$$u_i ~=~ a_{ij}x_j – x_i.$$

Where $a_{ij}$ is rotational matrix. Then this

$$\mu n_j ( u_{i,j} + u_{j,i}) + \lambda n_i u_{k,k} ~=~ 0 $$

(Neumann boundary condition) should hold everywhere and for any vector $n_i$ (basically it doesn't matter how the body looks like).

But if I substitute for $u_i$ I get

$$2 \mu n_j(a_{ij} – \delta_{ij}) + \lambda n_i ( a_{jj} -3 ), $$

which is not zero. Because first term rotates with $n$ and the rest two just scale $n$. So I cannot get a zero for every $n$.

Can someone see what am I doing wrong? I would be most grateful for any help.

Tom

Best Answer

As far as I understand the question.

The expression $(u_{i,j}+u_{j,i})$ is basically a strain tensor.
And it works only for small deformations, so your rotation cannot be too large,

Lets select the z axis along the axis of rotation. Then we can write the matrix explicitly and try to see what happens when we consider only linear terms in the rotation angle : $$a_{ij} = \left(\begin{array}{ccc} \cos\theta&-\sin\theta&0\\ \sin\theta& \cos\theta&0\\ 0& 0&1 \end{array}\right)\simeq \left(\begin{array}{ccc} 1&-\theta&0\\ \theta& 1&0\\ 0& 0&1 \end{array}\right)+O(\theta^2)$$ So, we've got that $a_{jj}-3=0$, and that diagonal terms in $(a_{ij}-\delta_{ij})$ are equal to zero.

Therefore the part that scales $n_i$ vanishes.

Related Question