|
[Sponsors] |
November 14, 2013, 07:45 |
|
#21 |
Senior Member
|
Just a comment to the usage of snappy:
I usually generate two meshes seperately, when I use AMI/GGI. Firstly I create the outer domain using blockMesh + snappyHexMesh. The volume where the propeller will be located later is cut out by snappyHexMesh, using a cylinder. For the cylinder I usually use a high res STL, I placed in paraview. Remember to use surfaceFeatureExtract on the cylinder, in order to get the edges. Secondly I generate a mesh in a second case directory, using blockMesh, that has just the right size, that the cylinder fits in. Pay special attention to the fact, that cubic cells are essential for a good snapping. The edges of both the cylinder as well as the ones of the propeller must be extracted, using surfaceFeatureExtract. After having set up the snappyHexMeshDict, I start the meshing process. This results in two meshes in two case directories and has the benefit of being able to optimize each mesh individually, with a comparatively short meshing time. The last step is to copy the first mesh's case to a third location and use mergeMeshes in that case, in order to merge the propeller mesh into this mesh. Unfortunately this results in just a single zone. Hence some topoSet commands must be executed to split the mesh into two cellZones. If you need specific help with any of the above steps, just let me know. I am in a hurry right now. Hope this helps, Jens |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Propeller calculation | toil | CFX | 15 | May 22, 2017 05:06 |
What's is mixing law | richard ben | FLUENT | 4 | September 25, 2014 18:30 |
Modelling a propeller | tomg | STAR-CCM+ | 4 | April 28, 2011 18:22 |
Meshing a Mixing Plane using ICEM | Will Anderson | FLUENT | 0 | November 6, 2010 18:08 |
Mixing plane geometry definition | Hbet | FLUENT | 0 | January 18, 2002 08:16 |