Understanding Viscous Stress Tensor in Incompressible Flow

AI Thread Summary
The discussion centers on the viscous stress tensor in incompressible flow, specifically the relationship between the strain rate tensor and the divergence of the velocity field. The strain rate tensor, denoted as s_{ij}, is clarified to be the rate of deformation tensor, which is derived from the velocity gradient. In incompressible flow, the divergence of the velocity vector, represented as s_{kk}, is zero, indicating no change in volume. This is supported by the continuity equation, which confirms that for incompressible fluids, the rate of change of density is zero, leading to the conclusion that the volume does not change. The participants reach a consensus on the definitions and implications of these tensor relationships in fluid mechanics.
member 428835
hey pf!

in reading a book on viscous stresses i found the following: \tau_{ij}=2\mu\Big(s_{ij}-\frac{1}{3}s_{kk}\delta_{ij}\Big) where einstein summation is used. now we have s_{ij}=\frac{1}{2}\Big(\frac{\partial u_i}{\partial x_j}+\frac{\partial u_j}{\partial x_i}\Big) and then the claim is incompressible flow implies s_{kk}=0. can someone explain why this is so?

im using standard notation, but if i need to clarify let me know.

thaks!
 
Physics news on Phys.org
Well, s_ij is the elastic stress tensor, isn't it?
The diagonal components (s_ii) describe the compression stress so if there is no compression...
The off diagonal components describe shear stress.
 
for sure, but does incompressible flow imply zero compression? (i suppose here i am not thinking of my control volume as an infintesimal unit of fluid, but instead, perhaps a solid submerged). in this case, would the above work, or are we just talking about fluids as our control volume (in which case, i totally agree/understand what you're saying)?
 
nasu said:
Well, s_ij is the elastic stress tensor, isn't it?

If the OP, ##s_{ij}## it is the elastic strain tensor.

##s_{kk}## is just the change in volume of a fluid element. Incompressible means the change in volume is zero, by definition.
 
AlephZero said:
##s_{kk}## is just the change in volume of a fluid element.

are you sure? \frac{\partial u_i}{\partial x_i} represents change in velocity, u_i, with respect to a spatial dimension, x_i. could you explain how this partial derivative is a volume change (i don't think the units add up), or are you referring to the vector (adopting einstein's summation notation), for which we'd have some sort of gradient \nabla \vec{u}, which still seems incorrect as a volume change.

let me know what you think

thanks
 
oh, and yes on the strain, not stress (which you evidently already know)
 
joshmccraney said:
hey pf!

in reading a book on viscous stresses i found the following: \tau_{ij}=2\mu\Big(s_{ij}-\frac{1}{3}s_{kk}\delta_{ij}\Big) where einstein summation is used. now we have s_{ij}=\frac{1}{2}\Big(\frac{\partial u_i}{\partial x_j}+\frac{\partial u_j}{\partial x_i}\Big) and then the claim is incompressible flow implies s_{kk}=0. can someone explain why this is so?

im using standard notation, but if i need to clarify let me know.

thaks!

sij is neither the elastic stress tensor nor the elastic strain tensor. For a viscous fluid, sij as used here is the rate of deformation tensor. The rate of deformation tensor is equal to the sum of the velocity gradient tensor and its transpose, divided by 2.

Now for skk using Einstein summation notation:
s_{kk}=\frac{1}{2}\Big(\frac{\partial u_k}{\partial x_k}+\frac{\partial u_k}{\partial x_k}\Big)=\frac{\partial u_k}{\partial x_k}
This is just the divergence of the velocity vector, which is zero for an incompressible fluid.
 
  • Like
Likes 1 person
joshmccraney said:
are you sure? \frac{\partial u_i}{\partial x_i} represents change in velocity, u_i, with respect to a spatial dimension, x_i.

Ahhh... I'm a solid mechanics guy more than fluids, I assumed u was the displacement vector not the velocity vector. Sorry for any confusion.

But it comes to the same thing either way. Think about a rectangular block of material with dimensions ##X## by ##Y## by ##Z##.

The component ##\epsilon_{11}## of the strain tensor corresponds to a change in volume of the block from ##XYZ## to ##X(1+\epsilon_{11})YZ## and similarly for ##\epsilon_{22}## and ##\epsilon_{33}##.

Combining all three strains the volume changes from ##XYZ## to ##XYZ(1+\epsilon_{11})(1+\epsilon_{22})(1+\epsilon_{33})##. If the strains are small, we can ignore terms higher than first order, so the volume is approximately ##XYZ(1+\epsilon_{11} + \epsilon_{22} + \epsilon_{33})##.

The shear strains do not change the volume of the block, they only change its shape.

If the material is incompressible the volume doesn't change, so ##XYZ(1+\epsilon_{11} + \epsilon_{22} + \epsilon_{33}) = XYZ##, which means that ##\epsilon_{11} + \epsilon_{22} + \epsilon_{33} = 0##.

The argument is basically the same for the rate-of-strain tensor, except ##u_{11}##, ##u_{22}##, ##u_{33}## give the rate of change of the volume of the fluid element instead of the volume. For an incompressible fluid, the rate of change of the volume is zero.
 
You can also look at it in terms of the continuity equation:
\dfrac{D\rho}{Dt} + \rho(\nabla \cdot \vec{u}) = 0.
An incompressible fluid implies that D\rho/Dt = 0, so that leaves
\nabla \cdot \vec{u} = 0.
This, of course, is equivalent to what was above termed s_{kk}, as
\nabla \cdot \vec{u} = (\partial_1,\partial_2,\partial_3) \cdot (u_1,u_2,u_3) = \dfrac{\partial u_1}{\partial x_1} + \dfrac{\partial u_2}{\partial x_2} + \dfrac{\partial u_3}{\partial x_3} = \dfrac{\partial u_k}{\partial x_k} = s_{kk}.
 
  • #10
thanks! i didn't realize the divergence, but this makes perfect sense now! but, my book calls s_{ij} the instantaneous strain rate tensor
 

Similar threads

Back
Top