CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Programming & Development

calculation of shear stress

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 10, 2018, 04:27
Default calculation of shear stress
  #1
Senior Member
 
A. Min
Join Date: Mar 2015
Posts: 305
Rep Power: 12
alimea is on a distinguished road
Hi

I want to use shear stress tensor at the middle of a code.
Which one is correct and why?

Code:
tau = mu * dev(twoSymm(fvc::grad(U)));
Or

Code:
tau = mu * twoSymm(fvc::grad(U));
I saw in forces.C code that deviatoric component of stress tensor (dev(...)) is used, do you know why?


Regards
alimea is offline   Reply With Quote

Old   June 11, 2018, 02:15
Default
  #2
Senior Member
 
Santiago Lopez Castano
Join Date: Nov 2012
Posts: 354
Rep Power: 15
Santiago is on a distinguished road
Quote:
Originally Posted by alimea View Post
Hi

I want to use shear stress tensor at the middle of a code.
Which one is correct and why?

Code:
tau = mu * dev(twoSymm(fvc::grad(U)));
Or

Code:
tau = mu * twoSymm(fvc::grad(U));
I saw in forces.C code that deviatoric component of stress tensor (dev(...)) is used, do you know why?


Regards
Is your flow compressible? One is a generalization!
Santiago is offline   Reply With Quote

Old   June 11, 2018, 02:24
Default
  #3
Senior Member
 
A. Min
Join Date: Mar 2015
Posts: 305
Rep Power: 12
alimea is on a distinguished road
Quote:
Originally Posted by Santiago View Post
Is your flow compressible? One is a generalization!
No, that is incompresible
alimea is offline   Reply With Quote

Old   June 11, 2018, 03:43
Default
  #4
Senior Member
 
Santiago Lopez Castano
Join Date: Nov 2012
Posts: 354
Rep Power: 15
Santiago is on a distinguished road
Quote:
Originally Posted by alimea View Post
No, that is incompresible
Again, mathematically, the two eqns are equivalent. Numerically, they're not, and are higly dependent on the Pressure Poisson residuals.
Santiago is offline   Reply With Quote

Reply

Tags
shear stress, twosymm


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
shear stress in cell-laden hydrogel (3D-plotting) Jasmina92 Main CFD Forum 1 March 19, 2019 05:45
Wall shear stress in channel flow sreeyuth OpenFOAM Running, Solving & CFD 2 September 5, 2014 10:02
Turbulent shear stress and wall shear stress mejahan CFX 3 September 7, 2013 00:44
Problems with wall shear stress. xiexiehezuo FLUENT 1 September 22, 2009 12:26
wall shear stress calculation vimal FLUENT 2 December 18, 2003 03:58


All times are GMT -4. The time now is 15:31.