CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Meshing & Mesh Conversion

[snappyHexMesh] blade edges deleted by snappyHexMesh

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 9, 2016, 05:33
Default blade edges deleted by snappyHexMesh
  #1
New Member
 
M. Salman Siddiqui
Join Date: Mar 2015
Posts: 16
Rep Power: 11
muhammss is on a distinguished road
Hey.

I plan to do a complete 3D simulation of NREL 5MW wind turbine. For that i am using propeller case in open Foam as the base line case. I generated the complete 3D.stl file for the turbine rotor and use the concept of AMI patches to simulate the turbine. However, the mesh on the surface of blade is not good. Even though i am using the utility surface feature extract, the SMH keep on deleting some parts on the surface of turbine blade.
Does anybody have any idea why it is happening like this? Please let me know what parameters i need to play with to get rid of this problem.
Also i think when i run SMH in parallel the mesh is more weird than in a serial configuration.
I have attached the pictures to get a better idea of what snappyHexmesh is doing.
Attached Images
File Type: jpg 1.jpg (36.4 KB, 79 views)
File Type: jpg 2.jpg (53.7 KB, 71 views)
File Type: jpg 3.jpg (81.1 KB, 66 views)
File Type: jpg 4.jpg (48.4 KB, 67 views)
muhammss is offline   Reply With Quote

Old   August 9, 2016, 08:13
Default
  #2
Member
 
Cameron
Join Date: Jul 2012
Posts: 33
Rep Power: 13
c_dowd is on a distinguished road
That's almost certainly a refinement issue. Either decrease the cell size of your background mesh or increase the maximum surface refinement in snappy hex mesh, specifically this line:

Code:
    refinementSurfaces
    {
        wing
        {
            // Surface-wise min and max refinement level
            level (2 5); // increase the second number
        }
    }
The problem is the original blockMesh doesn't result in enough cells to accurately model those trailing and thin edges after it's been refined, so using smaller cells or more refinement should improve that.
c_dowd is offline   Reply With Quote

Reply

Tags
edge mesh, snappy hex mesh, surfacefeatureextract


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
[snappyHexMesh] snappyHexMesh does not find intersected edges Seb_Ve OpenFOAM Meshing & Mesh Conversion 2 July 19, 2018 09:50
[snappyHexMesh] Jagged edges after snappyhexmesh around cylinder vaibhav.antil OpenFOAM Meshing & Mesh Conversion 2 June 18, 2015 14:36
[snappyHexMesh] SNappyHexMEsh and GGI (standing mesh gets deleted) A.Wendy OpenFOAM Meshing & Mesh Conversion 1 August 2, 2013 07:04
Compressor Blade Analysis in Ansys CFX LynchMobster47 Main CFD Forum 0 April 10, 2012 22:43
[snappyHexMesh] snappyHexMesh aborting Tobi OpenFOAM Meshing & Mesh Conversion 0 November 10, 2010 03:23


All times are GMT -4. The time now is 21:06.