|
[Sponsors] |
April 15, 2010, 12:53 |
snappyHexMesh layers part
|
#1 |
Member
Marine
Join Date: Mar 2010
Posts: 38
Rep Power: 16 |
hello!
I'm trying to use snappyhexmesh for an external flow around a ship and I don't really understand how the differents functions in addlayerscontrols work. Can someone explain me how I choose the values for finalLayerThickness, expansionRatio and minThickness? I've searched for posts about that on the forum but maybe missed them, if they already exit can you give me the link? thank you very much!! Marine |
|
April 16, 2010, 06:43 |
|
#2 |
Member
Marine
Join Date: Mar 2010
Posts: 38
Rep Power: 16 |
I have a very high Reynolds, 10^9, and I'd like yplus about 100 wich give me a first mesh size of 1mm (using the online tool y+estimation). I guess I put "minthickness" to this value.
I don't understand why I have to give a value for "finalLayerThickness" if I specify the "minThickness", the "expansionRatio" and the "nsurfaceLayer" I want. Can someone explain me that? thank you very much. Marine |
|
April 19, 2010, 05:16 |
|
#3 |
Member
Marine
Join Date: Mar 2010
Posts: 38
Rep Power: 16 |
Does someone know if the "expansionratio" is the ratio between two successives layers or between the furthest and the closest to the surface?
I tried to change it but my cells always have the same size as the ones on my surface (I defined nsurfacelayer = 10). |
|
April 20, 2010, 14:12 |
|
#4 |
Senior Member
Francesco Del Citto
Join Date: Mar 2009
Location: Zürich Area, Switzerland
Posts: 237
Rep Power: 18 |
The layers are controlled by the last element size (with "last" I mean the one far from the surface, close to the volume cells). You specify its desired size, in terms of ratio with the near volume cell, the expansionRatio, which I think is the ratio between the height of two consecutive layer cells, and all the elements are determined in this way. The minThickness is a quality parameter. If snappy can only build layers so that the relative first element height is below the minThickness value, layer extrusion from that face is disabled.
See the comment in the example snappyHexMeshDict: Code:
//- Minimum thickness of cell layer. If for any reason layer // cannot be above minThickness do not add layer. // See relativeSizes parameter. minThickness 0.25; Hope this helps, Francesco |
|
April 22, 2010, 06:30 |
|
#5 |
Member
Marine
Join Date: Mar 2010
Posts: 38
Rep Power: 16 |
Thank you, I'm having a lot of dificulties with the boundary layer, sometimes I only have BL on the interior of my surface and sometimes only on the borders...
Do you know if it's possible to have a boundary layer on a surface with differents refinement levels? I'm trying with 2 differents levels (but not one on the boundaries and one on the middle), that could be the origin of my problem. bests Marine |
|
April 25, 2010, 14:51 |
|
#6 |
Senior Member
Francesco Del Citto
Join Date: Mar 2009
Location: Zürich Area, Switzerland
Posts: 237
Rep Power: 18 |
Yes, it is.
The transition in layers height above the two refinement levels is a bit too fast, but it works for sure. |
|
April 25, 2010, 15:09 |
|
#7 |
Senior Member
Fabian Braennstroem
Join Date: Mar 2009
Posts: 407
Rep Power: 19 |
Hi Franceso,
hope your are doing well! I wonder, if you would recommend to use absolute layer sizes to circumvent the above problem... Regards! Fabian |
|
April 27, 2010, 08:09 |
|
#8 |
Senior Member
Francesco Del Citto
Join Date: Mar 2009
Location: Zürich Area, Switzerland
Posts: 237
Rep Power: 18 |
Hi Fabian!
Good point. Depending on the geometry, this is a good solution. Francesco |
|
Tags |
addlayerscontrols, layers, snappyhexmesh |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[snappyHexMesh] Help with Snappy: no layers growing | GianF | OpenFOAM Meshing & Mesh Conversion | 2 | September 23, 2020 09:26 |
[snappyHexMesh] proble of creating layers with snappyHexMesh | comingdaytime | OpenFOAM Meshing & Mesh Conversion | 3 | May 24, 2018 07:18 |
[snappyHexMesh] snappyHexMesh layers at the corner missing | wc34071209 | OpenFOAM Meshing & Mesh Conversion | 3 | February 12, 2014 12:32 |
[snappyHexMesh] Internal layers in snappyHexMesh | onyir | OpenFOAM Meshing & Mesh Conversion | 0 | April 16, 2013 12:00 |
[snappyHexMesh] snappyHexMesh : Layers on patches | Nucleophobe | OpenFOAM Meshing & Mesh Conversion | 0 | October 11, 2012 18:34 |