|
[Sponsors] |
March 7, 2018, 08:20 |
Calculation of strain rate tensor
|
#1 |
New Member
GGumbira
Join Date: Feb 2018
Posts: 3
Rep Power: 8 |
Hey everyone,
I am writing my own code to solve 2D navier-stokes equation with SIMPLE scheme in backward step simulation. Now, my supervisor asked me to add the static smagorinsky term in that model. However, I read in some references it need rate of strain tensor (0,5(dui/dxj+duj/dxi)). My question is how to calculate the rate of strain tensor from U,V velocity which I solved before ? Thanks |
|
March 7, 2018, 11:52 |
|
#2 | |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,896
Rep Power: 73 |
Quote:
You use numerical derivatives applied on U and V, what is your problem? |
||
March 7, 2018, 16:35 |
|
#3 |
Senior Member
Join Date: Dec 2017
Posts: 153
Rep Power: 8 |
Hello,
Basically you have to compute gradients (somethimg that you must have in your cfd code) assemble the tensor as you have defined it and calculate its module. Apply the formula for eddy viscosity and Smagorinsky ends here . In order to compute the gradient you can use the gauss formula gradPhi=(1/vol)×sum (phif×Sf) where phif is the face value of your velocity component, Sf in the surface normal vector while vol is the cell volume. Tje sum is extend to all cell faces. |
|
March 12, 2018, 08:17 |
|
#4 |
New Member
GGumbira
Join Date: Feb 2018
Posts: 3
Rep Power: 8 |
Thank you professor. I already solve this problem
|
|
April 24, 2020, 01:30 |
|
#5 |
New Member
Join Date: Apr 2020
Posts: 11
Rep Power: 6 |
||
Tags |
rate of strain tensor, smagorinsky |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Mass flow rate: calculation v/s computation | beguxa | FLUENT | 5 | December 2, 2018 22:02 |
Volume flow rate calculation | wanna88 | FLUENT | 0 | December 3, 2014 03:35 |
strain rate in UDF | Paulina | FLUENT | 11 | November 20, 2014 04:06 |
What is wall shear stress and shear strain rate? | warlocklw | Main CFD Forum | 2 | May 21, 2012 07:16 |
About "Shear strain rate" | leo1985 | CFX | 0 | April 26, 2008 05:48 |