enGits / engrid

ENGRID is a mesh generation software with CFD applications in mind. It supports automatic prismatic boundary layer grids for Navier-Stokes simulations and has a Qt based GUI.
Other
146 stars 55 forks source link

Invalid cells in boundary layer #36

Open hkroeger opened 11 years ago

hkroeger commented 11 years ago

Hello,

I have tried to mesh a propeller blade with engrid. The surface mesh is created outside engrid with gmsh ("bamg" surface mesh algorithm). I did the steps:

  1. import Gmsh ascii v2
  2. create prism boundary layer (default settings except "stretching factor" which is set to 1.7)
  3. create/improve volume mesh
  4. divide prismatic boundary layer
  5. export OpenFOAM (grid only) Everything works without errors, but the final mesh contains negative volume cells where the trailing edge hits the hub. The number of problem cells increases, if the "stretching factor" in step 2 is decreased. Perhaps this case is of interest as testcase for further code development. I put it here: http://kroegeronline.net/exchange/rotor_domain.tgz

I used engrid built from the current commit of the "release-1.4" branch.

Regards, Hannes