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

strain rate magnitude

Register Blogs Community New Posts Updated Threads Search

Like Tree11Likes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 1, 2014, 06:45
Default
  #21
Senior Member
 
Join Date: May 2011
Posts: 231
Rep Power: 15
Kanarya is on a distinguished road
Hi,
I am using tensors in udf so my question is:
should I initialize the tensors?or there is no need for it?
for example
PHP Code:
 for(j=0;j<ND_ND;j++)
{
for(
i=0;i<ND_ND;i++)
{
  
S12[i][j]=0.0;
}
}
and 
then 
for(j=0;j<ND_ND;j++)
{
for(
i=0;i<ND_ND;i++)
{
  
S12[i][j]=....calculate;
}

is it ok?
thanks in advance!
Kanarya is offline   Reply With Quote

Old   November 19, 2014, 10:01
Default vorticity vs strain rate
  #22
Member
 
Qureshi M Z I
Join Date: Sep 2013
Posts: 79
Rep Power: 12
m zahid is on a distinguished road
hi, anybody know the difference in equation of vorticity and strain rate in CFD fluent. i want to write the UDF of vorticity in 3D.
if anybody know about this, please share this .
thanks
m zahid is offline   Reply With Quote

Old   July 10, 2018, 08:12
Default
  #23
New Member
 
Prasanna Welahettige
Join Date: Jan 2016
Location: Norway
Posts: 28
Rep Power: 10
prasa is on a distinguished road
Hi,
I know this conversation is very old, but the information here is very important.

I would like to know, shear stress for the incomprehensible fluid is given as following equation, by just removing the linear expansion terms?

s=\sqrt{(u_{z}+w_{x})^{2}+(u_{y}+v_{x})^{2}+(w_{y}+v_{z})^{2}}

Is it correct ?
prasa is offline   Reply With Quote

Old   July 17, 2018, 03:51
Post Gradient of strain rate
  #24
Member
 
Arash Mahboubidoust
Join Date: Jun 2013
Location: Iran
Posts: 58
Rep Power: 12
arashfluid is on a distinguished road
Send a message via Yahoo to arashfluid
Hi friends,
How can I write gradient of strain rate (∇γ ̇) in udf?
Can anyone help me?
Thanks,
arashfluid is offline   Reply With Quote

Old   February 9, 2021, 09:07
Default
  #25
New Member
 
Nederland
Join Date: Sep 2020
Posts: 9
Rep Power: 5
mdmtramper is on a distinguished road
Hi, thanks for this Does anyone has a good reference for the derivation? Thanks!
mdmtramper is offline   Reply With Quote

Old   September 23, 2021, 02:33
Question Up
  #26
New Member
 
Murat Can
Join Date: Sep 2021
Location: Turkey
Posts: 10
Rep Power: 4
mcanoenen is on a distinguished road
Could you please help about this as well. And could you possibly suggest me a tensor book for a beginner?

Quote:
Originally Posted by rembe View Post
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

Regards,

mcanoenen
mcanoenen is offline   Reply With Quote

Reply


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


LinkBacks (?)
LinkBack to this Thread: https://www.cfd-online.com/Forums/fluent-udf/90818-strain-rate-magnitude.html
Posted By For Type Date
what is strain rate_Baby's home This thread Refback May 8, 2015 15:37

Similar Threads
Thread Thread Starter Forum Replies Last Post
strain rate in UDF Paulina FLUENT 11 November 20, 2014 03:06
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 at arbitrary position in a cell K. Kevala FLUENT 0 February 4, 2004 17:14


All times are GMT -4. The time now is 23:25.