CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Fluent UDF and Scheme Programming

strain rate magnitude

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
Old   July 21, 2011, 05:58
Smile strain rate magnitude
  #1
New Member
 
Rakesh
Join Date: May 2011
Posts: 21
Rep Power: 3
rakadit is on a distinguished road
Dear All!

what is the correct definition for finding strain rate magnitude?

in Fluent. in Flunent ,STRAIN-RATE-MAG(c,t) is defined as:

strain_rate_mag(c,t) = sqrt[[C_DUDX(c,t)*(C_DUDX(c,t)+C_DUDX(c,t))+C_DUDY(c,t)* (C_DUDY(c,t)+C_DVDX(c,t))+C_DUDZ(c,t)*(C_DUDZ(c,t) +C_DWDX(c,t))]+ [C_DVDX(c,t)*(C_DVDX(c,t)+C_DUDY(c,t))+C_DVDY(c,t)* (C_DVDY(c,t)+C_DVDY(c,t))+C_DVDZ(c,t)*(C_DVDZ(c,t) +C_DWDY(c,t))]+ [C_DWDX(c,t)*(C_DWDX(c,t)+C_DUDZ(c,t))+C_DWDY(c,t)* (C_DWDY(c,t)+C_DVDZ(c,t))+C_DWDZ(c,t)*(C_DWDZ(c,t) +C_DWDZ(c,t))]];

is the above definition correct .please elaborate on this?

Thanks ,

Rakesh
rakadit is offline   Reply With Quote

Old   July 21, 2011, 15:42
Default
  #2
Senior Member
 
Amir's Avatar
 
Amir
Join Date: May 2009
Location: Shiraz, Iran
Posts: 719
Blog Entries: 1
Rep Power: 12
Amir is on a distinguished road
Hi,
the compact form is:
\sqrt{2*D:D}
which is:
\sqrt{2*DijDij} ; i,j=1,2,3 (two inner products)
D : strain rate tensor

Last edited by Amir; July 23, 2011 at 04:30.
Amir is offline   Reply With Quote

Old   July 23, 2011, 03:18
Smile starin rate
  #3
New Member
 
Rakesh
Join Date: May 2011
Posts: 21
Rep Power: 3
rakadit is on a distinguished road
Dear Sir,
Thanks for your quick response.
it would be great help If you elaborate a liitle more.

is sqrt(Dij Dij) =sqrt(e11^2+e12^2+e13^2+e21^2+......and so on).
here e11 etc.means 9 strain rate components.

but then how is it equivalent to the relation given in Fluent manual as S^2=delu/delx*(e11)+delu/dely*e12)+delu/delz*(e13)+................and so on.


Thanks ,

Rakesh
rakadit is offline   Reply With Quote

Old   July 23, 2011, 04:43
Default
  #4
Senior Member
 
Amir's Avatar
 
Amir
Join Date: May 2009
Location: Shiraz, Iran
Posts: 719
Blog Entries: 1
Rep Power: 12
Amir is on a distinguished road
Dear Rakesh,
In Mathematics, the magnitude of a second order tensor is defined as \sqrt{T:T}, but here, as you said, we have a convention for shear strain magnitude in which an extra constant coefficient is multiplied, so:
strain rate magnitude= \sqrt{2*D:D}=\sqrt{2*D^{2}_{11}+2*D^{2}_{12}+...}
Note that it is equivalent with FLUENT manual interpretation: (after some manipulations)
s=\sqrt{2u^{2}_{x}+2v^{2}_{y}+2w^{2}_{z}+(u_{z}+w_{x})^{2}+(u_{y}+v_{x})^{2}+(w_{y}+v_{z})^{2}}


Amir

Last edited by Amir; July 23, 2011 at 08:31.
Amir is offline   Reply With Quote

Old   July 26, 2011, 11:05
Thumbs up
  #5
New Member
 
Rakesh
Join Date: May 2011
Posts: 21
Rep Power: 3
rakadit is on a distinguished road
Dear Sir,

Thank you very much.


Rakesh
rakadit is offline   Reply With Quote

Old   September 20, 2012, 05:00
Default
  #6
New Member
 
Nick
Join Date: May 2011
Posts: 4
Rep Power: 4
Unneoetech is on a distinguished road
The term you mention is usually defined as the shear rate. Is in Fluent the shear rate and the strain rate equal for Non-Newtonian flow?
Unneoetech is offline   Reply With Quote

Old   September 20, 2012, 10:26
Default
  #7
Senior Member
 
Amir's Avatar
 
Amir
Join Date: May 2009
Location: Shiraz, Iran
Posts: 719
Blog Entries: 1
Rep Power: 12
Amir is on a distinguished road
Quote:
Originally Posted by Unneoetech View Post
The term you mention is usually defined as the shear rate. Is in Fluent the shear rate and the strain rate equal for Non-Newtonian flow?
Dear friend,

These are two different concepts. Strain rate contains both shear and normal rates; you can consider strain rate as rate of deformation where the shear rate is just one part of that.
The strain rate tensor is extracted from gradient of velocity field while the fluid type just affects the constitutive relation (relation between stress and rate of strain) so these definitions can be used for each type.

Bests,
__________________
Amir
Amir is offline   Reply With Quote

Old   September 20, 2012, 10:37
Default
  #8
New Member
 
Nick
Join Date: May 2011
Posts: 4
Rep Power: 4
Unneoetech is on a distinguished road
Hi Amir,

That is just what I found out a couple of seconds ago It is also described in the Fluent manual in Section 30.4
http://hpce.iitm.ac.in/website/Manua...219.htm#217910
Quote:

Strain Rate (in the Derivatives... category) relates shear stress to the viscosity. Also called the shear rate ( in Equation 8.4-17), the strain rate is related to the second invariant of the rate-of-deformation tensor . Its unit quantity is time-inverse. In 3D Cartesian coordinates, the strain rate,, is defined as Eq. (30.4-30)

Thanks for your fast answer!
Unneoetech is offline   Reply With Quote

Old   September 20, 2012, 10:44
Default
  #9
Senior Member
 
Amir's Avatar
 
Amir
Join Date: May 2009
Location: Shiraz, Iran
Posts: 719
Blog Entries: 1
Rep Power: 12
Amir is on a distinguished road
Quote:
Originally Posted by Unneoetech View Post
Hi Amir,

That is just what I found out a couple of seconds ago It is also described in the Fluent manual in Section 30.4
http://hpce.iitm.ac.in/website/Manua...219.htm#217910
Quote:

Strain Rate (in the Derivatives... category) relates shear stress to the viscosity. Also called the shear rate ( in Equation 8.4-17), the strain rate is related to the second invariant of the rate-of-deformation tensor . Its unit quantity is time-inverse. In 3D Cartesian coordinates, the strain rate,, is defined as Eq. (30.4-30)

Thanks for your fast answer!
Yes I've seen that.
What I said was the definition in continuum mechanics but in FLUENT some definitions have changed! e.g., wall shear stress is wall traction!

Bests,
__________________
Amir
Amir is offline   Reply With Quote

Old   September 25, 2012, 04:52
Default
  #10
Member
 
Naimah
Join Date: Nov 2011
Posts: 46
Rep Power: 3
wanna88 is on a distinguished road
Quote:
Originally Posted by Unneoetech View Post
Hi Amir,

That is just what I found out a couple of seconds ago It is also described in the Fluent manual in Section 30.4
http://hpce.iitm.ac.in/website/Manua...219.htm#217910
Quote:

Strain Rate (in the Derivatives... category) relates shear stress to the viscosity. Also called the shear rate ( in Equation 8.4-17), the strain rate is related to the second invariant of the rate-of-deformation tensor . Its unit quantity is time-inverse. In 3D Cartesian coordinates, the strain rate,, is defined as Eq. (30.4-30)

Thanks for your fast answer!
Hi,

So is that means in the Fluent, the strain rate equal to shear rate?

Thank you.

Regards,
Naimah
wanna88 is offline   Reply With Quote

Old   January 10, 2013, 07:43
Default mean shear rate
  #11
New Member
 
Michael Rembe
Join Date: Oct 2009
Location: Germany
Posts: 4
Rep Power: 5
rembe is on a distinguished road
Hi,

I'm not a expert in fluid mechanics. Can you tell me the difference between the strain rate magnitude:




and the mean strain rate:

Sij=1/2*(dUi/Dxj+dUj/dxi)

I need th correct formulation in the SMAGORINSKY-model.

Thank you very much
Michael
rembe is offline   Reply With Quote

Reply

Thread Tools
Display Modes

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 On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
strain rate magnitude ahmadbakri STAR-CCM+ 1 June 3, 2010 13:03
Strain rate. MM? Main CFD Forum 1 February 15, 2006 08:55
strain rate in UDF Paulina FLUENT 6 April 24, 2004 11:28
strain rate at arbitrary position in a cell K. Kevala FLUENT 0 February 4, 2004 17:14


All times are GMT -4. The time now is 22:16.