|
[Sponsors] |
June 15, 2007, 10:37 |
Hi FOAMers,
I would like to
|
#1 |
New Member
Max
Join Date: Mar 2009
Posts: 24
Rep Power: 17 |
Hi FOAMers,
I would like to have your opinion about the following problem: - the strain tensor is defined as S = 2 * symm(grad(U)) = grad(U) + grad(U)^T (1) - and, according to the linear algebra, its magnitude is |S| = sqrt(.5 * (S_ij * S_ij)) (2) - now, if I let OpenFOAM to write out both the U gradients and S S = mag(2*symm(fvc:grad(U))) (3) I see that values coming from (3) and (2) (calculated manually) are different. I had a look to the vectorSpace class and what I can understand (with my little C++ knowledge), is that the magnitude of a tensor S is given by |S| = sqrt(Sij * Sij) (4) which differs from Eq. (2). Additionally, a manual check with the help of Eq.(4) does not return what is given by OF (Eq. (3)) and there is not any constant factor between their values... What am I missing? Thanks a lot, Massimiliano |
|
August 7, 2011, 04:02 |
|
#2 |
Senior Member
Claus Meister
Join Date: Aug 2009
Location: Wiesbaden, Germany
Posts: 241
Rep Power: 18 |
Hello Foamer,
strain rate Tensor is defined by S:=1/2 [ grad(U)+gard(U)^T] Try it and give me respond if it's worked. Cheers |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Vorticity magnitude | CFD-junior | Main CFD Forum | 10 | October 8, 2021 04:42 |
strain rate in UDF | Paulina | FLUENT | 11 | November 20, 2014 04:06 |
Rate of Strain Tensor from ANSYS FLOTRAN | H Mayer | Main CFD Forum | 0 | June 27, 2005 12:56 |
About the rotation and strain tensor | maximus | Main CFD Forum | 2 | March 6, 2005 05:18 |
second invariant of rate-of-strain tensor | Chun Min Chew | Main CFD Forum | 3 | December 10, 2003 12:34 |