|
[Sponsors] |
[snappyHexMesh] addLayers in limited regions of geometry |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
November 28, 2012, 12:30 |
addLayers in limited regions of geometry
|
#1 |
New Member
Chiara
Join Date: Oct 2012
Posts: 11
Rep Power: 14 |
Hi!
I am dealing with a complex geometry and I need to add layers only in a particular region of this geometry. First of all, I create the background mesh and I used the snappyHexMesh dictionary to model the geometry and to add layers everywhere, except that I obtained a mesh with too many cells. Thus I am asking if someone knows hot to create a sub-region in the .stl file in order to recall it in the addLayersControl and add layers only there. Or can I add layers in a limited region in an other way? In other words, I wonder to be in a situation like this: file.stl //or file.obj (with right header) //STL file name { type triSurfaceMesh; name my_file; // user-assigned name regions // definition of regions of stl { subregion_1 // STL-defined patch name { name my_first_subregion; // user-assigned patch name } subregion_2 { name my_second_subregion; } } } and the addLayersControls would be layers { my_first_subregion { nSurfaceLayers 4; } } but unfortunately I don't know how to define these subregions in my stl file. Thank you in advance, Chiara |
|
January 10, 2013, 05:15 |
|
#2 |
Senior Member
Eloïse
Join Date: Jul 2012
Location: Trondheim, Norway
Posts: 113
Rep Power: 14 |
Hi Chiara,
You can split your geometry in 2 different stl files, import them both in snappyHexMesh and insert layers on only one of them. I hope that helps, Eloïse |
|
January 10, 2013, 05:33 |
|
#3 |
New Member
Chiara
Join Date: Oct 2012
Posts: 11
Rep Power: 14 |
Hi Eloise,
I have already split my geometry into two .stl file few weeks ago, exactly as you suggests, and it works very fine! Thank you for the reply, Chiara |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[snappyHexMesh] multiple regions | Tobi | OpenFOAM Meshing & Mesh Conversion | 56 | March 29, 2020 05:53 |
Turbomachinery, transient flow - temperature limited and pressure AMG divergence | dariuszkoz | FLUENT | 0 | January 2, 2019 09:43 |
Problem with divergence | TDK | FLUENT | 13 | December 14, 2018 07:00 |
chtMultiRegionFoam different properties in (fluid) region(s) | volker1 | OpenFOAM Pre-Processing | 3 | February 4, 2015 07:46 |
Problem Importing Geometry ProE to CFX | fatb0y | CFX | 3 | January 14, 2012 20:42 |