|
[Sponsors] |
[snappyHexMesh] Curved lines appearing on mesh with snappyHexMesh |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
October 30, 2018, 12:11 |
Curved lines appearing on mesh with snappyHexMesh
|
#1 |
New Member
Gabriel Ayres
Join Date: Apr 2018
Posts: 2
Rep Power: 0 |
Greetings!
I have been trying to get rid of the curved lines shown on the picture. The version of OpenFOAM used is 3.0.x. I used a .stl file, then ran snappyHexMesh with only the castellatedMesh control set to true. The mesh was good, so I went to the next step, which was setting the snap control switch set to true. However, after the snappyHexMesh finished the run, I noticed some curved lines on the mesh. I searched information about this but I just couldn't find any. Perhaps I'm using the wrong words, since I'm new to CFD and english is not my native language. Any help is appreciated! Thanks in advance! Code:
snapControls { //- Number of patch smoothing iterations before finding correspondence // to surface nSmoothPatch 3; //- Relative distance for points to be attracted by surface feature point // or edge. True distance is this factor times local // maximum edge length. tolerance 1.0; //- Number of mesh displacement relaxation iterations. nSolveIter 300; //- Maximum number of snapping relaxation iterations. Should stop // before upon reaching a correct mesh. nRelaxIter 5; // Feature snapping //- Number of feature edge snapping iterations. // Leave out altogether to disable. nFeatureSnapIter 10; //- Detect (geometric) features by sampling the surface implicitFeatureSnap true; //- Use castellatedMeshControls::features explicitFeatureSnap true; //- Detect features between multiple surfaces // (only for explicitFeatureSnap, default = false) multiRegionFeatureSnap true; } |
|
Tags |
mesh, openfoam, snappy hex mesh |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
how to set periodic boundary conditions | Ganesh | FLUENT | 15 | November 18, 2020 07:09 |
Mesh motion with Translation & Rotation | Doginal | CFX | 2 | January 12, 2014 07:21 |
[snappyHexMesh] snappyHexMesh aborting | Tobi | OpenFOAM Meshing & Mesh Conversion | 0 | November 10, 2010 04:23 |
fluent add additional zones for the mesh file | SSL | FLUENT | 2 | January 26, 2008 12:55 |
Convergence moving mesh | lr103476 | OpenFOAM Running, Solving & CFD | 30 | November 19, 2007 15:09 |