|
[Sponsors] |
April 28, 2006, 13:46 |
I'm trying to calculate a tens
|
#1 |
Senior Member
Maka Mohu
Join Date: Mar 2009
Posts: 305
Rep Power: 18 |
I'm trying to calculate a tensor (d/dx_k)(s_ik * u_j). s_ik is a second order strain rate tensor (symm(fvc::grad(Uprime))). I read the programmer manual, but I have a question:
can I use divergence operator on third order tensor (div(s*u)) and how it is defined (on which index the summation convention works? is it the first?). There is another way to do it but less compact: (d/dx_k)(s_ik * u_j) = ((d/dx_k) s_ik) * u_j + s_ik * ((d/dx_k) u_j); in the programmers guide: div(s) = (d/dx_i) s_ij This transform the relation to (s_ij is symmetric): (d/dx_k)(s_ik * u_j) = div(s) * u + s * fvc::grad(u); Am I right? Thanks. Best regards, Maaka |
|
July 4, 2024, 15:30 |
Similar problem
|
#2 |
New Member
Marcus
Join Date: Jul 2024
Posts: 1
Rep Power: 0 |
Hi, I realize this is nearly 20 years later but guess what, there's still virtually no documentation that I can find.
My situation is a little different in that I am calculating the Divergence numerically in MatLAB of a third order tensor in cylindrical coordinates and in my search of what formula to follow (instead of deriving my own and potentially making mistakes) I found this! Have you found a solution? I'd really appreciate any response or direction. I have been looking for so long... -Marcus |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to represent the divergence of a tensor times a velocity | titio | OpenFOAM Running, Solving & CFD | 0 | January 15, 2009 17:51 |
Divergence of Tensor (physical meaning) | John | Main CFD Forum | 1 | May 22, 2008 16:48 |
2nd order Tensor Divergence Mistake in Programmerbs Guide | vvqf | OpenFOAM | 3 | December 2, 2005 05:53 |
2nd order divergence | Reg | FLUENT | 1 | May 17, 2005 04:08 |
1st order temporal & 2nd order spatial | Prateep Chatterjee | FLUENT | 0 | January 19, 2003 01:31 |