|
[Sponsors] | |||||
Mutli region meshing, where are the patches stored? |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|
|
#1 | |
|
New Member
Kishan Shukla
Join Date: Jan 2022
Posts: 5
Rep Power: 5 ![]() |
[New to OpenFoam] I am trying to simulate a concentric tube heat exchanger. I have created the mesh using snappyHexMesh and then used topoSet to divide the mesh into 3 regions (InnerFluid, Pipe and OuterFluid). I don't know why after splitting mesh regions it created patch InnerFluid_to_OuterFluid, but I am sure it has created the patch as it showed on terminal output and on paraview as well.
Now when I run chtMultiRegionFoam, I get following error: Quote:
Any help would be really appreciated Thank You! PS: I am attaching snappyHexMeshDict, blockMeshDict, topoSetDict if you need any other file please let me know |
||
|
|
|
||
|
|
|
#2 |
|
Senior Member
Yann
Join Date: Apr 2012
Location: France
Posts: 1,358
Rep Power: 32 ![]() ![]() |
splitMeshRegions splits the mesh and creates news mesh regions stored in constant. So you have to look in constant/InnerFluid/polyMesh/boundary to check for the patches. (or processor*/constant/... if running in parallel)
When splitting the mesh, splitMeshRegions creates interfaces between each region using this syntax "InnerFluid_to_OuterFluid" and in the OuterFluid region you will find the corresponding patch: "OuterFluid_to_InnerFluid" Yann |
|
|
|
|
|
|
|
|
#3 |
|
New Member
Kishan Shukla
Join Date: Jan 2022
Posts: 5
Rep Power: 5 ![]() |
Thanks Yann for your response!
I have figured out the issue. My mesh was not refined enough and therefore some holes were created in the pipe hence leading to formation of OuterFluid_to_InnerFluid patches (which shouldn't have formed in the first place). By refining my issue is resolved (it is not creating OuterFluid_to_InnerFluid patches). Still don't know why it couldn't find the patch it created |
|
|
|
|
|
![]() |
| Tags |
| multiregion meshing, snappyhexmesh, splitmeshregions, toposetdict |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
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 |
| [Gmsh] 3D coil mesh: can't create the volume? | RomainBou | OpenFOAM Meshing & Mesh Conversion | 3 | July 18, 2016 06:09 |
| Possible bug with stitchMesh and cyclics in OpenFoam | Jack001 | OpenFOAM Pre-Processing | 0 | May 21, 2016 09:00 |
| Region Based meshing and part based meshing | sidharth9426 | STAR-CCM+ | 0 | February 21, 2016 10:19 |
| [Gmsh] Import gmsh msh to Foam | adorean | OpenFOAM Meshing & Mesh Conversion | 24 | April 27, 2005 09:19 |