CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Meshing & Mesh Conversion (https://www.cfd-online.com/Forums/openfoam-meshing/)
-   -   [snappyHexMesh] addLayersControls does not generate boundary layers (https://www.cfd-online.com/Forums/openfoam-meshing/204024-addlayerscontrols-does-not-generate-boundary-layers.html)

rinaldialberto July 12, 2018 05:20

addLayersControls does not generate boundary layers
 
1 Attachment(s)
Dear all,

I am having problems in creating boundary layers around a simple extruded geometry.
I tried to play around with nSurfaceLayers, expansionRatio, finalLayerThickness, minThickness,relativeSizes.

Is somebody able to help me in creating the bl?

I attach the blockMeshDict, the stl geometry and snappyHexMeshDict I am using.

Cheers
Alberto Rinaldi

kera July 12, 2018 09:14

Hallo Alberto,

set addLayers to true.

Code:

// Which of the steps to run
castellatedMesh true;
snap            true;
addLayers      true;

Regards,
Ricky

Quote:

Originally Posted by rinaldialberto (Post 698982)
Dear all,

I am having problems in creating boundary layers around a simple extruded geometry.
I tried to play around with nSurfaceLayers, expansionRatio, finalLayerThickness, minThickness,relativeSizes.

Is somebody able to help me in creating the bl?

I attach the blockMeshDict, the stl geometry and snappyHexMeshDict I am using.

Cheers
Alberto Rinaldi


rinaldialberto July 12, 2018 11:22

Quote:

Originally Posted by kera (Post 699019)
Hallo Alberto,

set addLayers to true.

Code:

// Which of the steps to run
castellatedMesh true;
snap            true;
addLayers      true;

Regards,
Ricky

haha no way.

Sorry for having asked such a stupid question.

Thanks a lot Ricky,
Cheers
Alberto


All times are GMT -4. The time now is 14:46.