|
[Sponsors] |
September 24, 2008, 06:25 |
Hi
I believe that the gradi
|
#1 |
Member
Markus Weinmann
Join Date: Mar 2009
Location: Stuttgart, Germany
Posts: 77
Rep Power: 17 |
Hi
I believe that the gradient of a vector field grad() is not computed consistent with the common definition. The definition of grad() in OF follows equation 2.3 in the programmers guide. The correct definition of the velocity gradient tensor is V_ij=grad(U)=du_i/dx_j. OF defines the gradient as V_ij=du_j/dx_i, which is the transpose of the correct definition. The wrong definition of grad(U) result for example in a wrong definition of the skew symmetric part in OF: W_ij=0.5(grad(U) - grad(U).T())=0.5(du_j/dx_i - du_i/dx_j) which should actually be W_ij=0.5(du_i/dx_j - du_j/dx_i). Is there any reason why OF uses a different definition of grad(). Does this mean that the user alwasy needs to use grad().T() in OF to get the correct definition of the gradient? I am somewhat confused about this issue. Markus |
|
September 24, 2008, 06:47 |
The "definition" of grad in Op
|
#2 |
Senior Member
Join Date: Mar 2009
Posts: 854
Rep Power: 22 |
The "definition" of grad in OpenFOAM is not a definition but simply the result of the grad vector operator operating from the left of the field as it is written, i.e. it is entirely consistent with the definition of the vector multiply operator.
H |
|
July 16, 2009, 19:54 |
Definition of skew symmetric part
|
#3 |
Member
Sven Winkler
Join Date: May 2009
Posts: 70
Rep Power: 17 |
@cfdmarkus
Where in OpenFOAM (e.g. in which file) can I find the above mentioned skew symmetric part W_ij=0.5(grad(U) - grad(U).T())?? |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Generalized Neumann BC q f nc grad f%3dg | maddhi | OpenFOAM Running, Solving & CFD | 4 | July 7, 2009 12:27 |
Admission to grad school | Mohit | Main CFD Forum | 0 | October 13, 2008 03:28 |
Best Grad School | ramboy | Main CFD Forum | 4 | October 6, 2008 15:35 |
Zero-Grad Pressure | Shazlan | Siemens | 3 | March 15, 2005 04:48 |
Grad and lift coefficient | jano | FLUENT | 1 | June 15, 2000 19:54 |