December 6, 2019, 06:17
|
|
#21
|
New Member
Sumanth
Join Date: Aug 2018
Location: Germany
Posts: 21
Rep Power: 8
|
Quote:
Originally Posted by ghorrocks
Have a look in the documentation on the numerical approach. The solver forms control volumes around the nodes, which means for tet meshes the control volumes are polygonal. If you use a structured mesh the control volumes are also hexes, and that makes the control volumes have less faces (so less fluxes to keep track of, less memory) and the control volume faces can potentially be closer to perpendicular which helps reduce numerical diffusion. Hope that gives you some clues for some things to research on this topic.
|
Nice! That's actually a nice place to start. That does trigger some memories from my Advanced computational aerodynamics lecture!
Thanks a lot. I will give it a read again and proceed further
|
|
|