|
[Sponsors] |
October 15, 2010, 06:57 |
Mesh conversion from fluent
|
#1 |
Member
Alex
Join Date: Apr 2010
Posts: 48
Rep Power: 16 |
Hi everyone,
I tried to convert mesh from fluent with the command "fluentMeshToFoam <filename>" and at first it was not working. After that, I created a new case file, for instance I copied the Pitzdaily3d case and I renamed it. In the new case folder I tried with the command mentioned and I had the mesh without any error. I also checked the mesh with "paraFoam" and everything was correct. What about the blockMeshDict? why is it not there? could you please tell me how to solve the problem? regards, Alex |
|
October 15, 2010, 07:05 |
|
#2 |
Member
Masashi Ohbuchi
Join Date: Oct 2009
Posts: 74
Rep Power: 17 |
Hi,
The fluentMeshToFoam needs only system/controlDict and doesn't need blockMeshDict. |
|
October 15, 2010, 07:09 |
|
#3 |
Member
Alex
Join Date: Apr 2010
Posts: 48
Rep Power: 16 |
Hi do you mean I should modify the controlDict file for the new mesh or is it enough with what I have?
|
|
October 15, 2010, 16:17 |
|
#4 |
Member
Masashi Ohbuchi
Join Date: Oct 2009
Posts: 74
Rep Power: 17 |
Hi,
You don't need modify controlDict. fluentMeshToFoam doesn't check inside the file. |
|
October 17, 2010, 09:31 |
|
#5 | |
Senior Member
|
Quote:
you don't need blockMeshDict file. when you import mesh from other softwares after the import you don't need type blockMesh because your mesh is ready for processing. so you should revise boundaries in 0 folder same as your patches in constant/polyMesh/boundary file and then type your solver for example pisoFoam ... Best, |
||
October 18, 2010, 06:34 |
|
#6 |
Member
Alex
Join Date: Apr 2010
Posts: 48
Rep Power: 16 |
Hi thanks for the hint. Actually I am new with OF structure. In order to convert the mesh I made a new case file simply copying a present one (for instance pitzdaily3d of XiFoam) and I converted the mesh (which was with its BC already done). Is that the right way?
|
|
October 18, 2010, 07:27 |
Example
|
#7 |
Member
Alex
Join Date: Apr 2010
Posts: 48
Rep Power: 16 |
if this is my boundary file (costant/polymesh/) for the mesh I converted:
----------------------------------------------------------- FoamFile { version 2.0; format ascii; class polyBoundaryMesh; location "constant/polyMesh"; object boundary; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // 9 ( wall { type wall; nFaces 2126; startFace 1564642; } inlet { type patch; nFaces 3862; startFace 1566768; } wall-swirl-plate { type wall; nFaces 7408; startFace 1570630; } wall-outflow-dump { type wall; nFaces 1600; startFace 1578038; } wall-chamber { type wall; nFaces 3200; startFace 1579638; } wall-dump { type wall; nFaces 4400; startFace 1582838; } wall-inflow { type wall; nFaces 9328; startFace 1587238; } wall-outflow { type wall; nFaces 1600; startFace 1596566; } outlet { type patch; nFaces 4400; startFace 1598166; } ) --------------------------------------------------------------------- If I want to change the files contained in the system/0/ folder, could you suggest me an example? For example using the Pitzdaily3D? regards |
|
October 18, 2010, 10:27 |
|
#8 |
Senior Member
|
Compare these 9 patches with 0/P and 0/U. you should have 9 patch with these names and their types. same as pitzDaily case. i recommend you to read user guide of OpenFOAM. you can see available boundary condition and its structure.
|
|
October 18, 2010, 16:12 |
re:
|
#9 |
Member
Alex
Join Date: Apr 2010
Posts: 48
Rep Power: 16 |
many thanks, I will let you know!
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Gambit problems | Althea | FLUENT | 22 | January 4, 2017 04:19 |
[ICEM] Using Surface Mesh from ANSA for Fluent Sim | tommymoose | ANSYS Meshing & Geometry | 15 | March 3, 2016 18:29 |
[Commercial meshers] Fluent Mesh (XP32) to OpenFoam | archymedes | OpenFOAM Meshing & Mesh Conversion | 1 | April 1, 2010 06:26 |
[Commercial meshers] Wrong face orientations after conversion from fluent mesh | stevecollie | OpenFOAM Meshing & Mesh Conversion | 6 | July 14, 2008 08:20 |
Import ICEM Mesh to Fluent | Fluent Beginner | FLUENT | 5 | June 23, 2004 01:27 |