CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

What meshing software should I use for multi-region simulations?

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By TobiF

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 16, 2018, 17:42
Default What meshing software should I use for multi-region simulations?
  #1
New Member
 
Join Date: May 2018
Posts: 9
Rep Power: 7
Talaat is on a distinguished road
Hello everyone,

What free or opensource meshing software do you recommend for multiregion cases (conjugate heat transfer) and CAD imported geometry? I know about Salome but I am getting really poor meshes with it. The geometries I am using are complex and are difficult to construct with the utilities that come with OpenFOAM. Suggestions are appreciated.
Talaat is offline   Reply With Quote

Old   June 18, 2018, 02:06
Default
  #2
New Member
 
Join Date: Apr 2014
Posts: 24
Rep Power: 12
TobiF is on a distinguished road
I'm working a lot with multi-region cases using salome for the surface-triangulation and snappyhexmesh for the mesh.

The touching surfaces of the different regions should have the same surface-triangulation, then shm works fine (definement is then your choice)
TobiF is offline   Reply With Quote

Old   June 25, 2018, 13:32
Default
  #3
New Member
 
Join Date: May 2018
Posts: 9
Rep Power: 7
Talaat is on a distinguished road
Quote:
Originally Posted by TobiF View Post
I'm working a lot with multi-region cases using salome for the surface-triangulation and snappyhexmesh for the mesh.

The touching surfaces of the different regions should have the same surface-triangulation, then shm works fine (definement is then your choice)
But from what I read snappyHexMesh removes the cells on one side of the mesh. How could I create a multi-region mesh for conjugate heat transfer with snappyHexMesh? I need to keep the meshes on both sides but as two different zones/regions.
Talaat is offline   Reply With Quote

Old   June 26, 2018, 02:02
Default
  #4
New Member
 
Join Date: Apr 2014
Posts: 24
Rep Power: 12
TobiF is on a distinguished road
That's not correct.
If you define cellZones in snappy then everything works as it should.

For that define in geometry-part
Code:
yourSTLFile.stl
    { 
    type     triSurfaceMesh;
    name   yourSTLFile;
    }
And in therefinementSurface where you usually define your patches use:

Code:
yourSTLFile
    {
        level (1 1); //or what refinement you want to
        faceZone              yourSTLFile;
        cellZone               yourSTLFile;
       cellZoneInside       inside;
    }
That will keep the inner and the outer cells and after snappyHexMesh use the splitMeshRegions -cellZones to create the single regions...

But what I told you now is not a secret - please have a look at the chtMultiRegionFoam - tutorial "snappyMultiRegionHeater".

Everything is shown in this tutorial

regards
Tobi
Talaat likes this.
TobiF 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
problem with Min/max rho tH3f0rC3 OpenFOAM 8 July 31, 2019 09:48
conjugate heat transfer in OpenFOAM skuznet OpenFOAM Running, Solving & CFD 99 March 16, 2017 05:07
[Gmsh] Vertex numbering is dense KateEisenhower OpenFOAM Meshing & Mesh Conversion 7 August 3, 2015 10:49
Unstabil Simulation with chtMultiRegionFoam mbay101 OpenFOAM Running, Solving & CFD 13 December 28, 2013 13:12
Prefix to Show Which Meshing Software jola ANSYS Meshing & Geometry 5 October 27, 2011 05:26


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