|
[Sponsors] |
What meshing software should I use for multi-region simulations? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
June 16, 2018, 18:42 |
What meshing software should I use for multi-region simulations?
|
#1 |
New Member
Join Date: May 2018
Posts: 9
Rep Power: 8 |
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. |
|
June 18, 2018, 03:06 |
|
#2 |
New Member
Join Date: Apr 2014
Posts: 24
Rep Power: 12 |
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) |
|
June 25, 2018, 14:32 |
|
#3 |
New Member
Join Date: May 2018
Posts: 9
Rep Power: 8 |
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.
|
|
June 26, 2018, 03:02 |
|
#4 |
New Member
Join Date: Apr 2014
Posts: 24
Rep Power: 12 |
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; } Code:
yourSTLFile { level (1 1); //or what refinement you want to faceZone yourSTLFile; cellZone yourSTLFile; cellZoneInside inside; } 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 |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
problem with Min/max rho | tH3f0rC3 | OpenFOAM | 8 | July 31, 2019 10:48 |
conjugate heat transfer in OpenFOAM | skuznet | OpenFOAM Running, Solving & CFD | 99 | March 16, 2017 06:07 |
[Gmsh] Vertex numbering is dense | KateEisenhower | OpenFOAM Meshing & Mesh Conversion | 7 | August 3, 2015 11:49 |
Unstabil Simulation with chtMultiRegionFoam | mbay101 | OpenFOAM Running, Solving & CFD | 13 | December 28, 2013 14:12 |
Prefix to Show Which Meshing Software | jola | ANSYS Meshing & Geometry | 5 | October 27, 2011 06:26 |