|
[Sponsors] |
December 1, 2017, 10:35 |
Trouble using foamFormatConvert
|
#1 |
New Member
Matheus Ganem
Join Date: May 2016
Location: Brazil
Posts: 1
Rep Power: 0 |
Hello everyone,
I've tried to use foamFormatConvert to convert the polymesh files from binary format to ascii format. But, when I run it, it convert all files (points, boundaries, ...) except the "faces" file. Does anyone have the same problem? Thanks, Agnes |
|
October 31, 2018, 23:46 |
|
#2 |
Senior Member
Join Date: Nov 2010
Location: USA
Posts: 1,232
Rep Power: 25 |
Not sure if you're still working with this, but it appears the problem is in writeMeshObject.H. There's an if statement that filters out the faces file for some reason. I'm not experienced enough to say why (perhaps someone can help with that), but the faces IOobject does not get past:
Code:
io.typeHeaderOk<Type>(false) && io.headerClassName() == CheckType::typeName Code:
(io.typeHeaderOk<Type>(false) && io.headerClassName() == CheckType::typeName)||(runTime.timeName()=="constant"&&name=="faces") |
|
Tags |
foamformatconvert |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[waves2Foam] Having a lot of trouble for a short wavelengths | arieljeds | OpenFOAM Community Contributions | 1 | January 2, 2024 14:10 |
Trouble with rotating wall boundary condition | king1989 | OpenFOAM Running, Solving & CFD | 7 | July 29, 2016 14:44 |
Trouble with sampleDict syntax for OpenFOAM 2.3.1 | rawdoggity | OpenFOAM Post-Processing | 1 | February 1, 2015 06:24 |
[ICEM] trouble with mesh quality from ICEM in CFX Solver | escher25 | ANSYS Meshing & Geometry | 0 | February 28, 2011 08:38 |
[GAMBIT] Trouble meshing complex VOF geometry | RPJones | ANSYS Meshing & Geometry | 2 | February 14, 2011 19:54 |