|
[Sponsors] |
[snappyHexMesh] SnappyHexMesh surfaces intersection refinement |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
May 13, 2023, 07:29 |
SnappyHexMesh surfaces intersection refinement
|
#1 |
New Member
Paolo Baj
Join Date: Mar 2023
Posts: 2
Rep Power: 0 |
Goodmorning,
for my thesys I have to run some simulations on a rubber screw extruder. It is composed by a long screw which rotates inside a cylinder. I am creating the mesh using SnappyHexMesh, it is a single region mesh. In the radially most external parts the screw intersects the cylinder (this is correct because I don't want to simulate the clearance between the screw and the cylinder). I would like to get an higher refinement on the intersection between the screw and the cylinder, do you have any suggestions about how could I do it? Maybe is possible to extract the intersection between the two surfaces? I was also thinking about importing an additional stl surface/volume to use to define the refinement zone but I don't want this surface imported for the refinement to be snapped |
|
May 14, 2023, 07:40 |
|
#2 |
Senior Member
Yann
Join Date: Apr 2012
Location: France
Posts: 1,238
Rep Power: 29 |
Hello Paolo,
You could use surfaceFeatureExtract to extract the intersection features between your surfaces and use it for refinement in snappyHexMesh: Code:
outputName1 { extractionMethod none; surfaces (surface1.stl surface2.stl); // Generate additional intersection features (none | self | region) intersectionMethod self; } Since you didn't specify which OpenFOAM version you are using, this is for the OpenCFD branch (openfoam.com). I didn't check if it is also possible in the foundation branch (openfoam.org) with surfaceFeatures. Regards, Yann |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[snappyHexMesh] snappyHexMesh sticking point | natty_king | OpenFOAM Meshing & Mesh Conversion | 11 | February 20, 2024 10:12 |
[snappyHexMesh] SnappyHexMesh Problem | 96faizizzuddin | OpenFOAM Meshing & Mesh Conversion | 10 | October 10, 2022 07:45 |
[snappyHexMesh] Edge Refinement | fracasce | OpenFOAM Meshing & Mesh Conversion | 3 | December 2, 2017 14:30 |
[snappyHexMesh] SnappyHexMesh not enough refinement | simplefoam | OpenFOAM Meshing & Mesh Conversion | 2 | August 30, 2013 04:37 |
[snappyHexMesh] Adding layers goes wrong with SnappyHexMesh | Elise | OpenFOAM Meshing & Mesh Conversion | 1 | April 22, 2013 03:32 |