|
[Sponsors] |
[Commercial meshers] foamMeshToFluent does not write zones |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
October 12, 2012, 16:46 |
foamMeshToFluent does not write zones
|
#1 |
Senior Member
Join Date: Nov 2009
Location: Michigan
Posts: 135
Rep Power: 17 |
foamMeshToFluent does not write zones.
Is there anyway to convert cellZones from OF to Fluent? |
|
October 13, 2012, 05:16 |
|
#2 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Greetings Omkar,
From this post: http://www.cfd-online.com/Forums/ope...tml#post353952 post #12 - I would guess that you have to first convert the zones to sets and only then you can run foamMeshToFluent. Best regards, Bruno
__________________
|
|
October 18, 2012, 14:30 |
|
#3 |
Senior Member
Join Date: Nov 2009
Location: Michigan
Posts: 135
Rep Power: 17 |
Hi Bruno,
OF is not converting sets or zones to fluent mesh format. Or maybe I am going wrong somewhere. I am attaching one of the tutorials. If you run Allrun and see the constant/polymesh folder, you will find a porous zone defined in constant/polymesh/sets folder as well as in in the file constant/polymesh/cellZones Now if I run foamMeshToFluent and read the mesh in Fluent, the porous zones are not read by fluent. |
|
October 18, 2012, 16:31 |
|
#4 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Hi Omkar,
The file didn't get attached. Anyway, I've used the tutorial "compressible/rhoPimpleFoam/ras/angledDuct" as an example. Indeed the file generated by foamMeshToFluent doesn't seem to do what you want it to do... In Fluent, are you able to use a field for selecting which cells should be converted to a porous region? If so, then it's possible for you to use setFields to fill the cellSet with any value you want on a dummy field. Then use the OpenFOAM variant 1.6-ext, which has the utility foamDataToFluent, for converting said dummy field into compatible data and then use Fluent to select cells based on a field and change said cells to porous mesh! Last but not least: in theory, it should be possible to create a modified application of foamDataToFluent or foamMeshToFluent for converting cellSets... Best regards, Bruno
__________________
|
|
May 15, 2013, 10:49 |
|
#5 |
New Member
Michael Mackenzie
Join Date: Apr 2013
Posts: 3
Rep Power: 13 |
Hi Bruno and Omkar,
I just came across this forum and I'm trying to do a similar thing for reading the mesh with Fluent and/or EnSight. I like Bruno's idea of creating "dummy" fields to be converted. The only thing is that I'm trying to write a script that makes sHM more user-friendly so that I can convert my co-workers from using Harpoon to sHM. So ideally I'd like there to be very little manual work in Fluent/EnSight in terms of selecting and changing fields. Are you aware of another way to do this? Or has any development been done to fix this? For instance, in one mesh I have three zones: surf_prism, surf_sphere, and surf_box. I see that when I try to open the mesh in Fluent, I get the following message: Code:
Building... mesh materials, interface, domains, zones, Skipping zone surf_prism (not referenced by grid). Skipping zone surf_sphere (not referenced by grid). Skipping zone surf_box (not referenced by grid). symmetry ground outlet inlet interior-1 fluid-1 Done. Any other ideas? Or should I just accept that there isn't a simple way to do this at the moment. Thanks!! Mike |
|
December 1, 2014, 08:42 |
foamMeshToFluent does not write zones
|
#6 |
Member
Manjunath Reddy
Join Date: Jun 2013
Posts: 47
Rep Power: 13 |
Hii Mike,
split the zones using the splitMeshRegions -cellZones -overwrite and convert the mesh using foamToEnsightParts and read the ensight format in fluent. Regards, Manjunath |
|
April 21, 2017, 06:36 |
|
#7 |
Senior Member
Kal-El
Join Date: Apr 2017
Location: Finland
Posts: 150
Rep Power: 9 |
||
October 24, 2019, 12:30 |
|
#8 |
New Member
Andy S.
Join Date: Jun 2018
Posts: 17
Rep Power: 8 |
I used foamMeshToFluent from openFoam 7 and noticed that the boundary regions from the OF mesh are tagged as "39" in the Fluent mesh file. According to the Fluent mesh file format, these should be "45".
So at the end of the Fluent mesh file you will see this after foamMeshToFluent: ... (39 (12 wall ground)()) ... so change the "39" to a "45" for each boundary zone: ... (45 (12 wall ground)()) ... Andy |
|
October 29, 2019, 10:48 |
|
#9 | |
Senior Member
Lolita
Join Date: Aug 2016
Posts: 118
Rep Power: 10 |
Quote:
regards |
||
October 29, 2019, 10:57 |
|
#10 |
New Member
Andy S.
Join Date: Jun 2018
Posts: 17
Rep Power: 8 |
Sorry, I can't help, I do not use Fluent. I just used the Fluent format to convert the mesh from OpenFOAM to the .VOG format used by Loci/CHEM.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Skipping Zones | 1337Hal | FLUENT | 1 | June 27, 2022 10:33 |
[snappyHexMesh] Debug option in snappy / Write volScalarField with cellLevel for postprocessing | Ruli | OpenFOAM Meshing & Mesh Conversion | 1 | March 30, 2014 09:57 |
Phase locked average in run time | panara | OpenFOAM | 2 | February 20, 2008 15:37 |
about seperating zones | Bono | FLUENT | 1 | October 8, 2005 07:08 |
Patch-Different values to different zones | Pradeep | FLUENT | 0 | April 26, 2005 09:50 |