CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Community Contributions

[cfMesh] CFMesh cellZones

Register Blogs Community New Posts Updated Threads Search

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   October 14, 2015, 06:22
Default CFMesh cellZones
  #1
Senior Member
 
linnemann's Avatar
 
Niels Nielsen
Join Date: Mar 2009
Location: NJ - Denmark
Posts: 555
Rep Power: 27
linnemann will become famous soon enough
Hi

This is directed towards the cfMesh developers.

Is it possible to make a cellZone when meshing?

This is particular usefull when doing MRF or porous simulations.

For a MRF the cylinder zone the interface/boundary must be captured quite accurate.

You already have the primitives ready

Code:
objectRefinements
{
    insideTheBody
    {
        cellSize 10;
        type cone;
        p0  (0 0 -32);
        p1  (0 0 32);
        radius0  200;
        radius1  200;
    }

}
What is basically needed would be to have an option

Code:
snapMeshToInterface true;
That way the mesh should/could be clipped directly at the interface.

Then we can use the topoSet utility to extract the zone later on.
__________________
Linnemann

PS. I do not do personal support, so please post in the forums.
linnemann is offline   Reply With Quote

 


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
[cfMesh] Compiling cfMesh with OpenFOAM 4.x dkokron OpenFOAM Community Contributions 16 August 15, 2018 11:26
[cfMesh] CFMesh for blue core CFD naveen.hariprasad OpenFOAM Community Contributions 2 March 4, 2018 16:11
[cfMesh] feature edge error zordiack OpenFOAM Community Contributions 3 October 11, 2016 06:09
[cfMesh] mesh improvements for 'face tets' pici OpenFOAM Community Contributions 1 September 2, 2015 04:31
DecomposePar and CellZones Anne Lincke OpenFOAM 4 October 13, 2010 09:18


All times are GMT -4. The time now is 11:56.