|
[Sponsors] | |||||
[snappyHexMesh] Explicit feature edge ref&snap in OF2.2 |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|
|
#1 |
|
Senior Member
Eloïse
Join Date: Jul 2012
Location: Trondheim, Norway
Posts: 113
Rep Power: 15 ![]() |
Hello Foamers,
I struggle with the new feature edge handling in OF2.2.x. I hope someone can help me there! What I want to do here is to refine the feature edges through the "old" explicit method: I give an eMesh file in the "features" section with a given refinement level. Then, I want the mesh to snap on the same feature edges. Here are some parts of what I have in snappyHexMeshDict to attempt achieving it: Code:
castellatedMeshControls
{ [...]
features
( { file "Column_F.eMesh"; level 4; } );
refinementSurfaces
{ Column
{ level (3 4); }
}
resolveFeatureAngle 30;
[...]
}
snapControls
{
nSmoothPatch 3;
tolerance 1.0;
nSolveIter 300;
nRelaxIter 5;
// Feature snapping
nFeatureSnapIter 10;
implicitFeatureSnap false;
explicitFeatureSnap true;
multiRegionFeatureSnap false;
}
1) The mesh is only partially refined at level 4 along the feature edges. 2) The mesh didn't snap along the feature edges. As I have several eMesh to insert with different refinement levels, I don't want to use the implicit feature edge handling. Can anyone give me some advices? Regards, Eloïse |
|
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [snappyHexMesh] Failed Edge Snap with box geometry and correct feature capture | thiagomarinho | OpenFOAM Meshing & Mesh Conversion | 7 | May 7, 2022 10:19 |
| how to set periodic boundary conditions | Ganesh | FLUENT | 15 | November 18, 2020 07:09 |
| [snappyHexMesh] SHM: sharp edge resolving problem with explicit feature edges | piotr.mecht | OpenFOAM Meshing & Mesh Conversion | 21 | May 9, 2020 15:56 |
| [snappyHexMesh] How to use Explicit feature edge refinement | ziemowitzima | OpenFOAM Meshing & Mesh Conversion | 3 | April 22, 2010 10:16 |
| fluent add additional zones for the mesh file | SSL | FLUENT | 2 | January 26, 2008 12:55 |