|
[Sponsors] |
May 18, 2013, 19:46 |
edge vector vs. normal vector
|
#1 |
New Member
Mojtaba Moshiri
Join Date: May 2013
Posts: 2
Rep Power: 0 |
Dear SU2 developers
I am considering using SU2_CFD for some unstructured problems. However I happen to face some difficulties understanding some parts of the code. I would be very grateful if you could help me. 1-- From the paper AIAA 2013-0287 - fig 6 it seems that the PEBI grid is used (therefore edge unit vector is the same as face unit normal) however from the paragraph just above of the figure (about the definition of the dual grid) and also based on what I get from the code they are different. Based on my information there should be 2 sub-faces connecting each edge (in 2D) both of which have their own normal and the fluxes are integrated on some quadrature points on each of these sub-faces. However, from what I see in the code, normal vectors of these two faces are added to give one normal for the whole face (summation of 2 sub-faces) which should be different in the direction from edge vector connecting two vertices in the primal grid. 2-- On the other but not completely unrelated subject, I wonder what vector "s" is in eq (35) paper AIAA 2013-0287 as its definition is quite strange to me. |
|
May 27, 2013, 22:23 |
|
#2 | |
Super Moderator
Francisco Palacios
Join Date: Jan 2013
Location: Long Beach, CA
Posts: 404
Rep Power: 15 |
Quote:
In order to minimize the operations without sacrificing the accuracy of the method, SU2 adds the normal vector of the 2 sub-faces, otherwise you should compute the convective, and viscous fluxes in the middle of each sub-face. The vector s is the vector tangent to edge that connects two vertices, which is different from the normal vector of a face (summation of 2 sub-faces). Cheers, Francisco |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
how to set periodic boundary conditions | Ganesh | FLUENT | 15 | November 18, 2020 07:09 |
How to get normal vector to the face? | Viatcheslav Kulikov | FLUENT | 1 | August 31, 2017 04:03 |
Normal vector, slope and aspect angle | g_niro | Main CFD Forum | 0 | February 2, 2011 18:24 |
fluent add additional zones for the mesh file | SSL | FLUENT | 2 | January 26, 2008 12:55 |
NACA0012 geometry/design software needed | Franny | Main CFD Forum | 13 | July 7, 2007 16:57 |