What is physicial interpretation of deviatoric strain rate

Click For Summary

Discussion Overview

The discussion revolves around the physical interpretation of deviatoric strain rate in the context of fluid dynamics, particularly within the Earth's mantle. Participants explore the relationship between deviatoric strain rate, total strain rate, and isotropic volumetric strain rate, as well as the implications for understanding convection cells and velocity fields.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • Some participants describe the deviatoric strain rate as the total strain rate minus the isotropic volumetric strain rate, suggesting it isolates shear deformation.
  • There is a request for clarification on what remains after subtracting isotropic strain rate from the total strain rate tensor, indicating a need for a physical interpretation.
  • Concerns are raised about the terminology used, particularly regarding the distinction between the invariant of the deviatoric strain rate tensor and the strain rate tensor.
  • Some participants note that if the strain rate is purely volumetric (isotropic), the deviatoric part of the strain rate tensor would be zero.
  • There is mention of the second invariant of the deviatoric strain rate tensor being proportional to the nominal scalar shear rate, with a constant of proportionality suggested to be ##\sqrt{2}##.
  • Questions are posed regarding the thermal boundary conditions and the nature of the flow in the modeled area, with specific velocity field equations provided.
  • Participants inquire about the visualization of the velocity vector and its relationship to the strain rates, emphasizing the need to understand the velocity field to interpret the strain rates accurately.
  • One participant shares MATLAB code used to generate a diagram of the velocity field and seeks help in interpreting the results.

Areas of Agreement / Disagreement

Participants express uncertainty and seek clarification on several points, particularly regarding the definitions and implications of deviatoric strain rate and its invariants. There is no consensus on the interpretation of certain terms or the physical implications of the calculations presented.

Contextual Notes

Some limitations are noted, such as the need for clearer definitions of terms and the dependence on specific assumptions regarding the flow and boundary conditions. The mathematical steps involved in calculating the second invariant and its relation to shear rates remain unresolved.

Atr cheema
Messages
67
Reaction score
0
How these properties are related to velocity fluid. The https://postimg.org/image/674a6sw4t/ https://postimg.org/image/674a6sw4t/ figure shows an area of Earth's mantle where upwelling of hot semi-liquid mantle is occurring in middle and then two downwelling currents on two sides (forming convection cells). The figure shows deviatoric strain rate (left) and its second invariant (right)
 
Physics news on Phys.org
Atr cheema said:
How these properties are related to velocity fluid. The https://postimg.org/image/674a6sw4t/ https://postimg.org/image/674a6sw4t/ figure shows an area of Earth's mantle where upwelling of hot semi-liquid mantle is occurring in middle and then two downwelling currents on two sides (forming convection cells). The figure shows deviatoric strain rate (left) and its second invariant (right)
The deviatoric strain rate is equal to the total strain rate minus the isotopic volumetric strain rate. So it "factors out" the rate of volumetric deformation. The second invariant of the strain rate tensor is usually regarded as a scalar measure of the rate of shear.
 
  • Like
Likes   Reactions: Atr cheema
Chestermiller said:
So it "factors out" the rate of volumetric deformation. .
Can you please elaborate what will remain if we subtract isotropic strain rate from total strain rate tensor? I am having difficulty in perceiving it in a physical sense.
Chestermiller said:
The second invariant of the strain rate tensor is usually regarded as a scalar measure of the rate of shear.
Is there a difference between invariant of deviatoric strain rate tensor and 'strain rate tensor'? I am worrying as you used just 'invariant of strain rate tensor' while I read it like 'second invariant of deviatoric strain rate'.
 
Atr cheema said:
Can you please elaborate what will remain if we subtract isotropic strain rate from total strain rate tensor? I am having difficulty in perceiving it in a physical sense.

Is there a difference between invariant of deviatoric strain rate tensor and 'strain rate tensor'? I am worrying as you used just 'invariant of strain rate tensor' while I read it like 'second invariant of deviatoric strain rate'.
If the strain rate were purely volumertic (isotropic) with no shear, the deviatoric part of the rate of stain tensor would be zero.

Regarding scalar shear rate, I meant to say 2nd invariant of the deviatoric strain rate tensor. The nominal scalar shear rate is often taken as being proportional to the square root of the 2nd invariant of the deviatoric strain rate tensor. If I remember correctly, the constant of proportionality is ##\sqrt{2}##. You can work that out yourself by considering simple shear flow.
 
Regarding the link you provided, what are the thermal boundary conditions? What is the nature of the flow?
 
Chestermiller said:
Regarding the link you provided, what are the thermal boundary conditions? What is the nature of the flow?
The x and y components of velocity field in the modeled area are as; ## v_x = v_x0 sin \left (2 \Pi \frac x W \ right) cos \ left ( \Pi \frac y H \ right )##
$$ v_y, = v_y0, cos \left (2 \Pi \frac x W \ right) sin \ left ( \Pi \frac y H \ right ), $$
W and H are width and height of modeled area. vxo and vyo are constants. Here is complete problem
 
Have you drawn the diagram showing the velocity vector as a function of position within the box? If so, please show us. To understand why the strain rates have the values shown, you need to understand the velocity field.

Chet
 
Last edited:
I see that you have labelled the left figure as ##\epsilon _{xy}##. Why do you think that this is the deviatoric strain rate? Also, let's see the equation you used for calculating the 2nd invariant.
 
Chestermiller said:
Have you drawn the diagram showing the velocity vector as a function of position within the box? If so, please show us. To understand why the strain rates have the values shown, you need to understand the velocity field.
Thank you very much for your interest. Here is the velocity field diagram.
Chestermiller said:
Why do you think that this is the deviatoric strain rate? Also, let's see the equation you used for calculating the 2nd invariant.
It is because I used the equation for deviatoric strain rate to draw this diagram. I used following code of MATLAB to draw this.
Code:
for i=1:1:31
    for j=1:1:31
        dvxdy(i,j)=vx0*pi/ysize*sin(pi*x(j)/xsize*2)*sin(pi*y(i)/ysize);
         dvydx(i,j)=-vy0*pi/xsize*2*sin(pi*y(i)/ysize)*sin(pi*x(j)/xsize*2);
        eps1xy(i,j)=1/2*(dvxdy(i,j)+dvydx(i,j));
        end
end

It will be very nice of you, if you can help me interpret/justify these images.
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
17K
  • · Replies 50 ·
2
Replies
50
Views
12K
  • · Replies 2 ·
Replies
2
Views
23K