|
[Sponsors] |
[surface handling] cfMesh - improving surface mesh |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
October 1, 2023, 10:47 |
cfMesh - improving surface mesh
|
#1 |
New Member
Join Date: Jul 2021
Location: United Kingdom
Posts: 5
Rep Power: 5 |
Hey,
I have a problem when using cfMesh (and snappyHexmesh). I want to mesh a 3D domain where my object of interest is a cone (which I think is the problem). The mesh ''imprints'' characteristic pattern on the geometry that then appears on my pressure distribution on the surface and causes the solver to diverge. I attach a picture of the pattern I am talking about to this post. Has anyone encountered this issue before? If so, have you figured out a way of dealing with it? I tried splitting the cone surface in hope it would break the symmetry of the patter but unfortunately it did not work. --> meshDict <-- maxCellSize 0.008; // (MANDATORY) Maximum cell size in the mesh [m] surfaceFile "constant/triSurface/OK_m.fms"; localRefinement { "coneBottomBack" { additiodditionalRefinementLevels 2; refinementThickness 0.006; //[m] } "coneBottomFront" { cellSize 0.0004; } "coneTopBack" { additiodditionalRefinementLevels 2; refinementThickness 0.006; //[m] } "coneTopFront" { cellSize 0.0004; } } objectRefinements { cone1 { type cone; cellSize 0.001; p0 (1e-4 0 0); p1 (0.404 0 0); radius0 0.01; radius1 0.08; } } |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Gmsh] gmshToFoam generates patches with 0 faces and 0 points | Simurgh | OpenFOAM Meshing & Mesh Conversion | 4 | August 25, 2023 08:58 |
OpenFOAM error | Vinay Kumar V | Main CFD Forum | 0 | February 20, 2020 10:17 |
[snappyHexMesh] SnappyHexMesh for internal Flow | vishwa | OpenFOAM Meshing & Mesh Conversion | 24 | June 27, 2016 09:54 |
[ICEM] Generating Mesh for STL Car in Windtunnel Simulation | tommymoose | ANSYS Meshing & Geometry | 48 | April 15, 2013 05:24 |
[snappyHexMesh] Layers:problem with curvature | giulio.topazio | OpenFOAM Meshing & Mesh Conversion | 10 | August 22, 2012 10:03 |