October 30, 2006, 08:47
|
FOAM FATAL ERROR points deallocated
|
#1
|
New Member
Matthias Hoerl
Join Date: Mar 2009
Posts: 8
Rep Power: 18
|
Hi guys
some problems with the fluent-meshfile i wanna convert to foam. on another machine it works fine but on this it won't.
Code:
hoerl@ubuntu:~/OpenFOAM/hoerl-1.3/run/tutorials/icoFoam$ fluentMeshToFoam . elbow ./elbow/elbow.msh &
[1] 28314
hoerl@ubuntu:~/OpenFOAM/hoerl-1.3/run/tutorials/icoFoam$ /*---------------------------------------------------------------------------*\
| ========= | |
| \ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \ / O peration | Version: 1.3 |
| \ / A nd | Web: http://www.openfoam.org |
| \/ M anipulation | |
\*---------------------------------------------------------------------------*/
Exec : fluentMeshToFoam . elbow ./elbow/elbow.msh
Date : Oct 30 2006
Time : 08:24:10
Host : ubuntu
PID : 28314
Root : /home/hoerl/OpenFOAM/hoerl-1.3/run/tutorials/icoFoam
Case : elbow
Nprocs : 1
Create time
FINISHED LEXING
dimension of grid: 0
Creating shapes for 3-D cells
Default patch type set to empty
--> FOAM FATAL ERROR : points deallocated
From function const pointField& polyMesh::allPoints() const
in file meshes/polyMesh/polyMesh.C at line 642.
FOAM aborting
Foam::error::printStack(Foam: stream&)
Foam::error::abort()
Foam::polyMesh::allPoints() const
Foam::polyMesh::cellShapePointCells(Foam::List<foam::cellshape> const&) const
Foam::polyMesh::polyMesh(Foam::IOobject const&, Foam::Field<foam::vector<double> > const&, Foam::List<foam::cellshape> const&, Foam::List<foam::list<foam::face> > const&, Foam::List<foam::word> const&, Foam::List<foam::word> const&, Foam::word const&, Foam::List<foam::word> const&)
fluentMeshToFoam [0x8057b3b]
__libc_start_main
__gxx_personality_v0
i also tried it on a new simulation. the error messages above are from a try where i wanted to convert within a existing case (icoFoam/elbow) but the messages are the same.
hopefully you can help
PS: if you wanna try the file i wanna sent i per mail
|
|
|