CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Meshing & Mesh Conversion

[surface handling] cfMesh - improving surface mesh

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 1, 2023, 09:47
Default cfMesh - improving surface mesh
  #1
New Member
 
Join Date: Jul 2021
Location: United Kingdom
Posts: 5
Rep Power: 4
dylewiczk is on a distinguished road
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;
}
}
Attached Images
File Type: jpg Screenshot 2023-10-01 at 14.43.18.jpg (190.4 KB, 10 views)
dylewiczk is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


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 07:58
OpenFOAM error Vinay Kumar V Main CFD Forum 0 February 20, 2020 09:17
[snappyHexMesh] SnappyHexMesh for internal Flow vishwa OpenFOAM Meshing & Mesh Conversion 24 June 27, 2016 08:54
[ICEM] Generating Mesh for STL Car in Windtunnel Simulation tommymoose ANSYS Meshing & Geometry 48 April 15, 2013 04:24
[snappyHexMesh] Layers:problem with curvature giulio.topazio OpenFOAM Meshing & Mesh Conversion 10 August 22, 2012 09:03


All times are GMT -4. The time now is 17:55.