CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Meshing & Mesh Conversion

[Gmsh] GmshToFoam FOAM FATAL ERROR faces deallocated

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 18, 2005, 15:42
Default GmshToFoam FOAM FATAL ERROR faces deallocated
  #1
Tobias Prousa (Prousa)
Guest
 
Posts: n/a
Hi,

I try to generate a mesh using gmsh and later translate it into a OpenFOAM mesh using gmshToFoam, but I alwas get the error:

FOAM FATAL ERROR : faces deallocated

I think I am missing something in gmsh, but don't know what.
Here is what I did: In gmsh I created 8 points, connected them with straight lines to a cube, added 6 surfaces and then added a volume. After that I selected 'mesh'->'3d' and the saved the mesh as version1 .msh. When I now try to import the mesh in OpenFOAM using gmshToFoam this is what I get:

#> gmshToFoam . cavity test.msh
/*---------------------------------------------------------------------------*\
| ========= | |
| \ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \ / O peration | Version: 1.0.2 |
| \ / A nd | Web: http://www.openfoam.org |
| \/ M anipulation | |
\*---------------------------------------------------------------------------*/

Exec : gmshToFoam . cavity test.msh
Date : Feb 18 2005
Time : 20:33:25
Host : archer
PID : 11536
Root : /home/tobi/OpenFOAM/OpenFOAM-1.0.2/tutorials/icoFoam
Case : cavity
Nprocs : 1
Create database

Read nVerts:676

Read nElems:1456

Mapping region 14 to Foam patch 0
Mapping region 16 to Foam patch 1
Mapping region 18 to Foam patch 2
Mapping region 20 to Foam patch 3
Mapping region 22 to Foam patch 4
Mapping region 24 to Foam patch 5
Cells:
total:0
hex :0
prism:0
pyr :0
tet :0

Patches:
Patch Size
0 222
1 224
2 224
3 224
4 228
5 226


--> FOAM FATAL ERROR : faces deallocated

Function: const faceList& polyMesh::allFaces() const
in file: meshes/polyMesh/polyMesh.C at line: 526.

FOAM aborting

Aborted


Any idea what I am doing wrong? Thanks, Tobi
  Reply With Quote

Old   February 21, 2005, 04:56
Default Seems gmshToFoam didn't find
  #2
Mattijs Janssens (Mattijs)
Guest
 
Posts: n/a
Seems gmshToFoam didn't find any volume elements (tets, hex, etc.) in the file, just triangles and quads. Have a look at the .msh file itself. Should have element number in second column and this should be according to the values in utilities/mesh/conversion/gmshToFoam/gmshToFoam line 47.

Mattijs
  Reply With Quote

Old   February 21, 2005, 08:33
Default Hi, Some time a go, Mattij
  #3
Rasmus Gjesing (Gjesing)
Guest
 
Posts: n/a
Hi,

Some time a go, Mattijs rewrote gmshToFoam so it could handle physicals (see forum) on my request. I tested it, and it worked. However, I have just tried to convert the .msh file that worked earlier, but know gmshToFoam doesn't discover the volumeelements...

This doesn't answer Tobias question, but I can send you a .geo file that can convert. Perhaps Matijs will have a look at it. I will gladly supply with files.

/Rasmus
  Reply With Quote

Old   February 21, 2005, 14:27
Default Hi Rasmus, just send me a
  #4
Mattijs Janssens (Mattijs)
Guest
 
Posts: n/a
Hi Rasmus,

just send me a .msh file you think is correct and I'll have a look.

Mattijs
  Reply With Quote

Old   February 22, 2005, 07:00
Default Hi Tobi, from what Rasmus
  #5
Mattijs Janssens (Mattijs)
Guest
 
Posts: n/a
Hi Tobi,

from what Rasmus and I can deduct the problem is not in gmshToFoam. You will however have to make sure to generate and export the 3D elements (haven't used gmsh for a while so cannot tell you how)

Can send you Rasmus's test .msh file if you're interested.

Mattijs
  Reply With Quote

Old   February 22, 2005, 08:27
Default I can also provide a geometry
  #6
Rasmus Gjesing (Gjesing)
Guest
 
Posts: n/a
I can also provide a geometry-file from gmsh that ensures the volume-mesh is stored.

Just let me know!

/Rasmus
  Reply With Quote

Old   April 1, 2005, 07:02
Default Hi, I experienced the same
  #7
Senior Member
 
Daniele Panara
Join Date: Mar 2009
Posts: 101
Rep Power: 17
panara is on a distinguished road
Hi,

I experienced the same problem of Tobias, what was the solution?

Could anybody send me the working example to see what I am doing wrong?

Daniele
panara is offline   Reply With Quote

Old   April 1, 2005, 11:47
Default Think it was the fact that the
  #8
Senior Member
 
Mattijs Janssens
Join Date: Mar 2009
Posts: 1,419
Rep Power: 26
mattijs is on a distinguished road
Think it was the fact that the physical volumes were not defined in gmsh. So all it output was its surface mesh (triangles and quads only) but no tets.

In the mesh/conversion/gmshToFoam/ directory there is a sample .msh file which contanis tets (I think). See if you can convert that. Haven't really used gmsh seriously so cannot help you more.
mattijs is offline   Reply With Quote

Old   April 1, 2005, 13:35
Default When I save the file as versio
  #9
Senior Member
 
Daniele Panara
Join Date: Mar 2009
Posts: 101
Rep Power: 17
panara is on a distinguished road
When I save the file as version 1 without physicals I do not have the problem of Tobias and everithing seems to work but for a simple cubic case.

For a more complex case instead I get another error message:

cannot find face 4(412 2 11 576) in patch

Function: findFace
in file: gmshToFoam.C at line 107.

I will try to solve this problem when the simple case will work.

In any case I get a lot of patches and I do not know how to impose the Boundary conditions, how I can get the version of gmshToFoam that handles the Physical surface conditions? Could you send it to me?

I guess that with this new version the only patch that I get will be the Boundary condition patches...

Daniele
panara is offline   Reply With Quote

Old   April 1, 2005, 13:48
Default 1.1 gmshToFoam is the latest.
  #10
Senior Member
 
Mattijs Janssens
Join Date: Mar 2009
Posts: 1,419
Rep Power: 26
mattijs is on a distinguished road
1.1 gmshToFoam is the latest.

The message you are getting is probably because some volume element (tet, hex) is using a boundary face that has not been exported.
mattijs is offline   Reply With Quote

Old   November 27, 2007, 22:29
Default I have also not been able to c
  #11
New Member
 
Philip Butler
Join Date: Mar 2009
Location: Littleton, CO, USA
Posts: 1
Rep Power: 0
wsuaero is on a distinguished road
I have also not been able to convert from gmsh to Foam. The error messages I am getting are not quite like what is above but it was as close a I could find. I have followed the previous post troubleshooting and nothing has worked.

Here is the output from trying to convert the provided mesh file CubeVer1.msh

/*---------------------------------------------------------------------------*\
| ========= | |
| \ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \ / O peration | Version: 1.4.1 |
| \ / A nd | Web: http://www.openfoam.org |
| \/ M anipulation | |
\*---------------------------------------------------------------------------*/

Exec : gmshToFoam /home/philip/OpenFOAM/philip-1.4.1/run/tutorials/icoFoam tunnel CubeVer1.msh
Date : Nov 27 2007
Time : 19:03:27
Host : philip-desktop
PID : 10206
Root : /home/philip/OpenFOAM/philip-1.4.1/run/tutorials/icoFoam
Case : tunnel
Nprocs : 1
Create time

--> FOAM Warning :
From function boundBox::boundBox(const pointField& points)
in file meshes/boundBox/boundBox.C at line 52
cannot find bounding box for zero sized pointFieldreturning zero
#0 Foam::error::printStack(Foam:stream&) in "/home/philip/OpenFOAM/OpenFOAM-1.4.1/lib/linux64GccDPOpt/libOpenFOAM.so"
#1 Foam::sigSegv::sigSegvHandler(int) in "/home/philip/OpenFOAM/OpenFOAM-1.4.1/lib/linux64GccDPOpt/libOpenFOAM.so"
#2 ?? in "/lib/libc.so.6"
#3 main in "/home/philip/OpenFOAM/OpenFOAM-1.4.1/applications/bin/linux64GccDPOpt/gmshToFoa m"
#4 __libc_start_main in "/lib/libc.so.6"
#5 __gxx_personality_v0 in "/home/philip/OpenFOAM/OpenFOAM-1.4.1/applications/bin/linux64GccDPOpt/gmshToFoa m"
ccKilled
runFoamXHB : cleanup
runFoamXHB: Name server is not running.
philip@philip-desktop:~$ cc

if you need anything else I will be happy to provide it.

phil
wsuaero is offline   Reply With Quote

Old   December 14, 2007, 04:54
Default dear phil, I am glad to know
  #12
Senior Member
 
ZHOU Bin
Join Date: Mar 2009
Location: Nanjing/Torino, Nanjing/Piemente, China/Italy
Posts: 164
Rep Power: 17
zhoubinwx is on a distinguished road
Send a message via ICQ to zhoubinwx Send a message via MSN to zhoubinwx Send a message via Skype™ to zhoubinwx
dear phil,
I am glad to know that you have the same problem as mine, and I post it also in this forum, if possible we could exchange our views about gmsh and openfoam.

I will post it here if I have solved the problem.

my msn is zhoubinwx@hotmail.com

Best regards,

Zhou Bin
zhoubinwx is offline   Reply With Quote

Old   April 16, 2009, 14:57
Default
  #13
New Member
 
asta wendel
Join Date: Apr 2009
Posts: 1
Rep Power: 0
wendel is on a distinguished road
Hi, I've tried to convert from gmsh to Foam, but experience the same problem as Phil (wsuaero). Is there anyone that know what this error means and how to solve it?

Edit: Seems like this error, in my case at least, was caused by a miss match in the number of elements in each patch. In other words my mesh was a bit on the ugly side. Although I'm not completely sure this is the cause of the error.

Last edited by wendel; April 20, 2009 at 09:00.
wendel is offline   Reply With Quote

Old   January 30, 2012, 14:08
Default gmsh
  #14
Senior Member
 
Goutam Saha
Join Date: Dec 2011
Location: UK
Posts: 131
Rep Power: 14
Goutam is on a distinguished road
I have the same problem? How I will solve this? Need Help... pls
Goutam is offline   Reply With Quote

Old   January 31, 2012, 11:45
Default gmsh
  #15
Senior Member
 
Goutam Saha
Join Date: Dec 2011
Location: UK
Posts: 131
Rep Power: 14
Goutam is on a distinguished road
Dear friends,
I got the following massage, what I will do?

Starting to read mesh format at line 2
Read format version 2.2 ascii 0
Starting to read physical names at line 5
Physical names:7
Surface 1 top
Surface 2 bottom
Surface 3 left
Surface 4 right
Surface 5 front
Surface 6 back
Volume 7 internal
Starting to read points at line 15
Vertices to be read:70
Vertices read:70
Starting to read cells at line 88
Cells to be read:322
Mapping region 1 to Foam patch 0
Mapping region 2 to Foam patch 1
Mapping region 3 to Foam patch 2
Mapping region 4 to Foam patch 3
Mapping region 5 to Foam patch 4
Mapping region 6 to Foam patch 5
Mapping region 7 to Foam cellZone 0
Cells:
total:226
hex :0
prism:0
pyr :0
tet :226
CellZones:
Zone Size
0 226
Skipping tag at line 413
Patch 0 gets name top
Patch 1 gets name bottom
Patch 2 gets name left
Patch 3 gets name right
Patch 4 gets name front
Patch 5 gets name back
--> FOAM Warning :
From function polyMesh:olyMesh(... construct from shapes...)
in file meshes/polyMesh/polyMeshFromShapeMesh.C at line 619
Found 96 undefined faces in mesh; adding to default patch.
Finding faces of patch 0
Finding faces of patch 1
Finding faces of patch 2
Finding faces of patch 3
Finding faces of patch 4
Finding faces of patch 5
FaceZones:
Zone Size
Writing zone 0 to cellZone internal and cellSet
End
Goutam is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
problem during mpi in server: expected Scalar, found on line 0 the word 'nan' muth OpenFOAM Running, Solving & CFD 3 August 27, 2018 05:18
error with reactingFoam BakedAlmonds OpenFOAM Running, Solving & CFD 4 June 22, 2016 03:21
[blockMesh] BlockMesh FOAM warning gaottino OpenFOAM Meshing & Mesh Conversion 7 July 19, 2010 15:11
[blockMesh] Axisymmetrical mesh Rasmus Gjesing (Gjesing) OpenFOAM Meshing & Mesh Conversion 10 April 2, 2007 15:00
[Gmsh] Import gmsh msh to Foam adorean OpenFOAM Meshing & Mesh Conversion 24 April 27, 2005 09:19


All times are GMT -4. The time now is 01:55.