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

[snappyHexMesh] Add Layers in snappyHexMesh

Register Blogs Members List Search Today's Posts Mark Forums Read

Like Tree9Likes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 9, 2010, 11:29
Default Add Layers in snappyHexMesh
  #1
Member
 
Mihails Ščepanskis
Join Date: Jul 2009
Posts: 36
Rep Power: 16
shchepan is on a distinguished road
Hi,
I have the problem with adding layers in snappyHexMesh.
My geometry is:
Code:
geometry
{
    topSurfFlat.stl
    {
        type triSurfaceMesh;
        name topSurf;
    }

    sideWall.stl
    {
        type triSurfaceMesh;
        name sideWall;
    }

    botWall.stl
    {
        type triSurfaceMesh;
        name botWall;
    }
};
And I try to add layer:

Code:
addLayersControls
{
    relativeSizes true;
    layers
    {
        sideWall
        {
            nSurfaceLayers 1;
        }
    }
    expansionRatio 1.0;
    finalLayerThickness 1.0;
    minThickness 0.9;
    nGrow 1;
    featureAngle 60;
    nRelaxIter 5;
    nSmoothSurfaceNormals 1;
    nSmoothNormals 3;
    nSmoothThickness 10;
    maxFaceThicknessRatio 0.5;
    maxThicknessToMedialRatio 0.3;
    minMedianAxisAngle 130;
    nBufferCellsNoExtrude 0;
    nLayerIter 50;
}
But no layer is created:

Quote:
No layers to generate ...
Layer mesh : cells:835968 faces:2744876 points:1073627
Cells per refinement level:
0 163968
1 120336
2 551664
Writing mesh to time 10.015
Written mesh in = 69.17 s.
Finished meshing in = 403.37 s.
End
What should I do?
__________________
Mihails Ščepanskis
Laboratory for Mathematical Modelling of Environmental and Technological Processes
University of Latvia
shchepan is offline   Reply With Quote

Old   June 17, 2012, 02:39
Default Same problem: no layers added
  #2
New Member
 
Jeff Kollasch
Join Date: Dec 2011
Location: Ames, Iowa
Posts: 5
Rep Power: 14
spatz is on a distinguished road
This is my first post on these forums.

I am having more or less the same exact issue in trying to mesh a boundary layer region on a pipe made in FreeCAD. As the previous poster did (over a year ago) I have explicitly specified patches to add layers in the same way yet find no layers added and a message "No layers to generate ..."

Attached is my case file. I already have made .eMesh files for the edge snapping feature so it can be run by

tar xvzf SimplePipe-SAV02.tar.gz
cd SimplePipe-SAV02
blockMesh
snappyHexMesh

Any suggestion on how to change snappyHexMeshDict will be appreciated. Obviously a lot of people have got this working so I'm sure it's something simple.
Attached Images
File Type: jpg darn.jpg (56.8 KB, 905 views)
Attached Files
File Type: gz SimplePipe-SAV02.tar.gz (14.2 KB, 105 views)
spatz is offline   Reply With Quote

Old   June 17, 2012, 06:23
Default
  #3
Senior Member
 
lore
Join Date: Mar 2010
Location: Italy
Posts: 460
Rep Power: 18
lovecraft22 is on a distinguished road
Send a message via Skype™ to lovecraft22
Haven't ran you case but I'm pretty sure that if you look for "layers" within your sHM log file, you'll see that it's probably complaining about the patch WALL that is not found and it may suggest you to use WALL_patch0 instead.

So WALL_patch0 is what you should have in the layers section of your sHMDict.
amuzeshi likes this.
lovecraft22 is offline   Reply With Quote

Old   June 17, 2012, 14:23
Default
  #4
New Member
 
Jeff Kollasch
Join Date: Dec 2011
Location: Ames, Iowa
Posts: 5
Rep Power: 14
spatz is on a distinguished road
Hi,

Thank you so much for your advice. That was exactly my problem. I'm almost there, just having a lot of trouble figuring out what parameter to tweak so the BL region will extend all the way to the inlet and outlet. Does someone know this off-hand?

Thanks for the help.

Jeff
Attached Images
File Type: jpg almost_there.jpg (76.1 KB, 1240 views)
spatz is offline   Reply With Quote

Old   June 17, 2012, 14:55
Default
  #5
New Member
 
Jeff Kollasch
Join Date: Dec 2011
Location: Ames, Iowa
Posts: 5
Rep Power: 14
spatz is on a distinguished road
Never mind my above post. I found a sufficient example here which should do fine.

https://sites.google.com/site/snappy.../cylinder-case

Thanks again.
uckmhnds likes this.
spatz is offline   Reply With Quote

Old   October 23, 2013, 07:12
Default
  #6
Member
 
R. P.
Join Date: Jul 2010
Posts: 73
Rep Power: 15
Rophys is on a distinguished road
Hi all,

I am trying to add a layer in my geometry but I didn't manage to do it.
I already tried to change the patch name, run sHM using geometry in binary and ascii, etc. Could you have a look in my case and give some tip in how to properly add layers on it ? I tried to upload the case here but it's bigger than 97.7 kb. I can send it by email.

Thanks a lot.
Rophys is offline   Reply With Quote

Old   October 23, 2013, 07:17
Default
  #7
Super Moderator
 
Tobi's Avatar
 
Tobias Holzmann
Join Date: Oct 2010
Location: Tussenhausen
Posts: 2,708
Blog Entries: 6
Rep Power: 51
Tobi has a spectacular aura aboutTobi has a spectacular aura aboutTobi has a spectacular aura about
Send a message via ICQ to Tobi Send a message via Skype™ to Tobi
Tobias.holzmann@holzmann-cfd.de

Maybe I can have a look today evening.
  • Can you put your Output for the layer adding Phase ?
Tobi is offline   Reply With Quote

Old   October 23, 2013, 08:17
Default
  #8
Member
 
R. P.
Join Date: Jul 2010
Posts: 73
Rep Power: 15
Rophys is on a distinguished road
Hi Tobias,

Thanks for you quickly response. I tried to upload the out (just the layer part) here, but I got the message: "The text that you have entered is too long (68499 characters). Please shorten it to 20000 characters long".

I sent you the case anyway, you be able to see the output for the sHM.

Thanks again.
Rophys is offline   Reply With Quote

Old   October 23, 2013, 13:37
Default
  #9
Super Moderator
 
Tobi's Avatar
 
Tobias Holzmann
Join Date: Oct 2010
Location: Tussenhausen
Posts: 2,708
Blog Entries: 6
Rep Power: 51
Tobi has a spectacular aura aboutTobi has a spectacular aura aboutTobi has a spectacular aura about
Send a message via ICQ to Tobi Send a message via Skype™ to Tobi
For all,

the problem was the OF version.
After starting sHM with 2.2.x everything works fine.

In OpenFOAM-2.1.x I realized that the layer thickness calculation in the beginning is a bit strange. To be sure you have to do the following steps:

1. sHMDict: castellated and snapping on // layer generation off
2. snappyHexMesh -overwrite
3. sHMDict: castellated and snapping off // layer generation on
4. snappyHexMesh -overwrite

Done.

Have Fun.
Tobi is offline   Reply With Quote

Old   October 23, 2013, 13:42
Default
  #10
Member
 
R. P.
Join Date: Jul 2010
Posts: 73
Rep Power: 15
Rophys is on a distinguished road
Yes, it's working perfectly with 2.2.x openFoam version.

Thanks Tobi.
Rophys is offline   Reply With Quote

Old   November 4, 2013, 11:53
Default
  #11
New Member
 
hasan hasan hasan
Join Date: Apr 2013
Posts: 4
Rep Power: 13
hasanmas is on a distinguished road
hallo,

i am also having problems adding layers. i have tried changing many different parameters, but still i cant get the layers to grown. i am sure that i now have the write patch name!

i think its might be the geometry. the best way to describe it would be a flying carpet. a thin wall ( 1- 2 cm thick) but with waved surface. much more like a sail.

could you please help me with some tips or ideas how to solve the problem.

thank you!
hasanmas is offline   Reply With Quote

Old   November 4, 2013, 13:48
Default
  #12
Super Moderator
 
Tobi's Avatar
 
Tobias Holzmann
Join Date: Oct 2010
Location: Tussenhausen
Posts: 2,708
Blog Entries: 6
Rep Power: 51
Tobi has a spectacular aura aboutTobi has a spectacular aura aboutTobi has a spectacular aura about
Send a message via ICQ to Tobi Send a message via Skype™ to Tobi
what is the output of the layer generation?
Tobi is offline   Reply With Quote

Old   April 29, 2015, 01:01
Default Add layers in snappyHexMesh _realtive sizes vs absolute
  #13
lav
New Member
 
Lavanya
Join Date: Mar 2015
Posts: 5
Rep Power: 11
lav is on a distinguished road
Hi ,

I am running simulation using relative size as "false" in add layers.

I want the first layer thickness to be specific, so I happen to figure out with relative size as false but couldn't understand when set as true.

Please can you detail about how its meshed when it is set as "true". In some tutorials, I have found that its relative to the surface mesh size - -i.e., final layer thickness / surface mesh size. How do I calculate that? Is surface mesh size =Surface area / no of surface elements?

How to go about setting values for maxFaceThicknessRatio and maxThicknessToMedialRatio ?

Thanks
lav is offline   Reply With Quote

Old   April 29, 2015, 05:29
Default
  #14
Super Moderator
 
Tobi's Avatar
 
Tobias Holzmann
Join Date: Oct 2010
Location: Tussenhausen
Posts: 2,708
Blog Entries: 6
Rep Power: 51
Tobi has a spectacular aura aboutTobi has a spectacular aura aboutTobi has a spectacular aura about
Send a message via ICQ to Tobi Send a message via Skype™ to Tobi
Hi,

check out the snappyHexMesh section in the wiki.
There is a good presentation from Engys. There you find the necessary stuff.
__________________
Keep foaming,
Tobias Holzmann

Last edited by Tobi; March 8, 2018 at 08:45.
Tobi is offline   Reply With Quote

Old   April 29, 2015, 10:39
Default
  #15
New Member
 
Philipp Gruschka
Join Date: Jun 2014
Posts: 5
Rep Power: 11
pagru is on a distinguished road
Hi everybody,

I'm also having a problem in the layers section of sHM.

In my volume mesh I have two neighbouring regions of different cell density (lets say: R1 and R2), where R2 is twice as dens as R1. (e.g. R1 -> 20 mm cell length; R2 -> 10 mm cell length)

Both regions are bordering a solid wall where boundary layers shall be applied.

The entry "finalLayerThickness" is set to 0.4.
5 Layers shall be applied at the wall.
Since finalLayerThickness is calculated relative to the last cell of the volume mesh, i get boundary layers of different height.

To avoid this, I want to set an override for the finalLayerThickness in region R2. That way, the final layer of both regions has the same height and since the expansion ratio is constant, the remaining cells of the layer will also evolve equally.

THE PROBLEM: I heard that an override for fLT can be set in the layers part like that:

layers
{
R1 {nSurfaceLayers5;}
R2 {nSurfaceLayers5; finalLayerThickness 0.8;}
}

expansionRatio 1.25;

finalLayerThickness 0.4;


Unfortunately, during the run of sHM it says that the expression of the override in brackets is "ill defined".
Did anybody encounter a similar problem or has any suggestions to solve this?

Many thanks in advance!
pagru is offline   Reply With Quote

Old   May 5, 2015, 01:19
Default
  #16
lav
New Member
 
Lavanya
Join Date: Mar 2015
Posts: 5
Rep Power: 11
lav is on a distinguished road
Hi ,
It should look like the following.
addLayersControls
{

relativeSizes true;
expansionRatio 1.0;
finalLayerThickness 0.3;
minThickness 0.25;

layers
{
sphere.stl_firstSolid
{
nSurfaceLayers 1;

}
maxY
{
nSurfaceLayers 1;

expansionRatio 1.3;
finalLayerThickness 0.3;
minThickness 0.1;
}


frozenPatches
{
nSurfaceLayers 0;
}
}

//Advanced settings
...
}


Thanks
minh khang likes this.
lav is offline   Reply With Quote

Old   May 11, 2015, 09:19
Default
  #17
New Member
 
Philipp Gruschka
Join Date: Jun 2014
Posts: 5
Rep Power: 11
pagru is on a distinguished road
Thank you very much, i will try that as soon as possible.

However, i tried adding a value for finalLayerThickness directly in the 'layers' section, e.g.:

layers
{
geoBody (nSurfaceLayers 5; finalLayerThickness 0.8)
}

expansionRatio 1.25;

finalLayerThickness 0.4;


This works fine for my problem.

Greetings,
Philipp
pagru is offline   Reply With Quote

Old   November 20, 2015, 03:15
Default How can get the connectivity of Boundary Layer in different Dense of mesh using snapp
  #18
New Member
 
SungTaekPark
Join Date: Nov 2015
Posts: 2
Rep Power: 0
probpst is on a distinguished road
Hello guys.

This is the first time to me writing some letter about OpenFOAM.

Any way, in these days, using snappyHexMesh, I have calculated the vessel of KCS with multiphase flow.

But, I don’t know how can I put the layer mesh around the hull well.

Especially, if the Dense of grid is differ from other region(As different Level of refinementRegions)

Then, the boundary layer mesh is just cutting out. I can’t give it the connectivity of layer.

Also, if the surface normal vector is changing suddenly, or something like vessel’s Bulbosbow,

The Boundary layer is also just stopped. Not connected across the surface.

Please check the below picture which is the best snappyHexMeshing for me yet…


.


.

Using STAR-CCM, making Grid more easier just like below picture.
Boundary prism layer is well inserted. But, you know Star-CCM is very expensive.
OpenFOAM is Free

Actually, with the current snappyHexMesh, the result of hull’s resistance
is almost correct (1.5 % Error by Experiment Result)
But I still want to find the way how can I make the more stable Grid.

If any one who know the way or get some experience, please give me some tip.
Thank you. ^-^/~


Last edited by probpst; November 20, 2015 at 04:06. Reason: ...
probpst is offline   Reply With Quote

Old   August 26, 2016, 10:36
Default
  #19
New Member
 
Join Date: Mar 2016
Posts: 17
Rep Power: 10
dupeng is on a distinguished road
Hello, I am doing some similar things with ships. I have created the ship successfully. But like your problem, I cannot seem to create satisfactory boundary layer meshes around the ship. Have you solved your problem? Thank you.
dupeng is offline   Reply With Quote

Old   September 13, 2016, 13:52
Default Hello. Peng.D.U - Regarding snappyHexMesh Boundary Layer - Sorry for late response
  #20
New Member
 
SungTaekPark
Join Date: Nov 2015
Posts: 2
Rep Power: 0
probpst is on a distinguished road
Hello. Peng.D.U
It’s nice to contact to you.
First of all, I’m very sorry for late response.
Actually, I do not check my personal E-mail box regularly.
So I couldn’t noticed the E-mail from you. sorry for that any way.

As you said, I think it’s still hard to make Boundary layer satisfactorily using snappyHexMesh.
Not only us, in the OpenFOAM wiki, they also somewhat acknowledged about this problem just like below.


I think the main reason of this is for the sanpping process iteration
which is searching surface boundary from the Outside domain not from the surface it self.
But, it still might be also possible to get a opportunity to generate quite a good quality of Boundary Layer
by adjusting meshQuality such as maximum allowance of skewness, Cell’s orthogonal property and Minimum volume ratio etc.
For example if we adjust increasing “maxNonOrtho more higher and more lower minTetQuality“,
the Boundary Layer could be more better just like below picture

But as you know, the Orthogonal property is very important to get stable iteration during CFD calculation,
so too much allowance of Maximum Non Orthogonality is not good for getting good results.
Also, for getting (y+)=1 condition, the boundary layer might be very thin in some condition,
and this put a restriction on the Generating Boundary layer It self
because of the Maximum Cell aspect ratio, and Min Volume ratio.
But in the case of Model scale’s ship test, the Re number is normally put on the fully turbulent developed area,
So even with somewhat imperfection Boundary layer mesh, the calculation result can be quite a good.

I think this Prism Layer meshing problem is more critical at Propeller analysis.
Normally, the Re number(chord based length) at 70% radios is below than 3.527×106,
the Propeller Open Water test Experiment result might be changed depending onRe. (Re increase -> Kt , Kq decrease)
It means that the flow is on the transient area affected somewhat Laminar condition.
So, in the CFD calculation for this propeller simulation, I think the condition of Boundary prism Layer is quite a important such as giving (y+) < 1
But, it’s still not easy just like below picture(KP505)



So, compromise some of regulating value, and set (y+)=5, I can barely generate below KP505 Propeller mesh.
( I attached MeshQualityDict & snappyHexMeshDict file for this case - check your E-mail Box of pp1565156@126.com )



But, I think it is still not enough for making fully covered Boundary Prism Layer including (y+)< 1
So, I suggest to you another method. May be you already know.
Just Googling “enGrid” . it is also FREE soft ware for only mesh generating.
It is specialized for making Prism Boundary Layer around Object.
But, the Domain mesh consisted of Hexagonal, which is less stable than trimmed mesh(snappyHexMesh)
So, around Object, enGrid can be better solution, and the left Domain area should be made using snappyHexMesh,
And then, merge both two mesh with AMI patch.

I think, above method can be quite a good method for both getting better Boundary Layer and calculating stabilization
even AMI is still uncomfortable.

Oh, it has been long writing,,, any way thank you for contact to me & sorry for late response.
I hope it could be help to you.
Thank you. Have a good day.


Sung Taek Park (probpst)
Naval architecture& Ocean Engineering Department
Seoul national University
South Korea
+82 -10 9408-5375
probpst@snu.ac.kr
amuzeshi, Gang Wang and elsa.manih like this.
probpst is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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] Snappy add layers failed mqsim OpenFOAM Meshing & Mesh Conversion 1 January 24, 2021 15:02
[snappyHexMesh] snappyHexMesh fails adding layers biscarri OpenFOAM Meshing & Mesh Conversion 13 March 21, 2020 12:40
[snappyHexMesh] snappyHexMesh not adding layers to a solid jet_engine OpenFOAM Meshing & Mesh Conversion 0 June 3, 2016 08:25
[snappyHexMesh] snappyHexMesh : Layers on patches Nucleophobe OpenFOAM Meshing & Mesh Conversion 0 October 11, 2012 17:34
[snappyHexMesh] Add additional boundary layers to complex stl surface tobijingles OpenFOAM Meshing & Mesh Conversion 1 October 26, 2011 10:45


All times are GMT -4. The time now is 12:22.