Understanding Viscous Stress Tensor in Incompressible Flow

Click For Summary

Discussion Overview

The discussion revolves around the viscous stress tensor in the context of incompressible fluid flow. Participants explore the mathematical formulation of the stress tensor, particularly the implications of incompressibility on the strain rate tensor and its components.

Discussion Character

  • Technical explanation
  • Conceptual clarification
  • Debate/contested

Main Points Raised

  • One participant presents the equation for the viscous stress tensor and questions why incompressible flow implies that the trace of the strain rate tensor, \(s_{kk}\), is zero.
  • Another participant suggests that \(s_{ij}\) represents the elastic stress tensor, linking diagonal components to compression stress.
  • There is a discussion about whether incompressible flow implies zero compression, with one participant considering the control volume as a solid rather than a fluid.
  • Clarifications are made regarding the definitions of \(s_{ij}\) and \(s_{kk}\), with one participant asserting that \(s_{ij}\) is the rate of deformation tensor and explaining that \(s_{kk}\) corresponds to the divergence of the velocity vector.
  • A participant provides a detailed explanation of how the strain tensor relates to volume change, emphasizing that for incompressible fluids, the rate of change of volume is zero.
  • Another participant introduces the continuity equation to reinforce the argument that incompressibility leads to a divergence of zero, which aligns with the earlier discussion about \(s_{kk}\).
  • One participant expresses newfound understanding regarding the divergence and its implications for the strain rate tensor.

Areas of Agreement / Disagreement

Participants express differing views on the interpretation of the strain rate tensor and its components, particularly regarding the implications of incompressibility. While some points are clarified, no consensus is reached on all aspects of the discussion.

Contextual Notes

There are unresolved assumptions regarding the definitions of stress and strain tensors, as well as the context in which incompressibility is applied. The discussion also highlights potential confusion between fluid and solid mechanics perspectives.

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   Reactions: 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

  • · Replies 18 ·
Replies
18
Views
3K
  • · Replies 15 ·
Replies
15
Views
2K
  • · Replies 10 ·
Replies
10
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 7 ·
Replies
7
Views
9K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 2 ·
Replies
2
Views
6K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K