|
[Sponsors] |
[mesh manipulation] Conjugate Heat Transfer Fluent Mesh Conversion to OpenFOAM |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
July 12, 2019, 08:16 |
Conjugate Heat Transfer Fluent Mesh Conversion to OpenFOAM
|
#1 |
New Member
Join Date: Jul 2019
Posts: 2
Rep Power: 0 |
Hello,
I am currently attempting to convert a Fluent mesh (V19.4) in .msh ASCII format, with an interface wall between fluid and solid domain to OpenFOAM (latest dev version), to simulate conjugate heat transfer. When I use the fluentMeshToFOAM the code is unable to convert it (although it should be able to), while the fluent3DMeshToFoam successfully produces the polyMesh folder. Using checkMesh I see that the converted grid's shared internal wall has double the number of nodes and faces but is a single entity. How do I create a shared internal wall setting up the internal mapping between the fluid and solid heat transfer? Do I use createBaffles? I have attempted to but it then creates a huge amount of faces and nodes on the shared surface. I have attempted to split the mesh between solid and fluid regions but then I get no coupling at all. |
|
August 22, 2019, 09:46 |
|
#2 |
Senior Member
|
Hi,
As far as I understood, you are not getting separate regions for fluid and solid. If it is the case, then you are missing something. Use following command to convert mesh. 1) fluentMeshToFoam -writeZones fluentMesh.msh // for 3D mesh use fluent3DMeshToFoam 2) splitMeshRegions -cellZones -overwrite // It will split your mesh into individual regions Regards |
|
August 22, 2019, 10:11 |
|
#3 |
New Member
Join Date: Jul 2019
Posts: 2
Rep Power: 0 |
Hello Muhammad,
Thanks for your kind reply. Indeed you understood correctly, I did not get 2 separate regions. I actually managed to solve the issue by changing the boundary type of the interface wall in the Fluent mesh to "internal". Once I did that I could use the standard instructions. Regards, G |
|
Tags |
baffles, conjugate heat transfer, fluent mesh conversion, interface shared walls, openfoam |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
decomposePar problem: Cell 0contains face labels out of range | vaina74 | OpenFOAM Pre-Processing | 37 | July 20, 2020 06:38 |
Help Conjugate heat transfer small enclosure FLUENT | Héctor Lodoso | CFD Freelancers | 1 | January 11, 2017 16:29 |
Moving mesh | Niklas Wikstrom (Wikstrom) | OpenFOAM Running, Solving & CFD | 122 | June 15, 2014 07:20 |
Error finding variable "THERMX" | sunilpatil | CFX | 8 | April 26, 2013 08:00 |
conjugate heat transfer in fluent | mallika | FLUENT | 1 | September 19, 2007 15:37 |