CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM (https://www.cfd-online.com/Forums/openfoam/)
-   -   fluent3DMeshToFoam Error (https://www.cfd-online.com/Forums/openfoam/86915-fluent3dmeshtofoam-error.html)

kurne April 6, 2011 05:52

fluent3DMeshToFoam Error
 
Dear All

I am trying to convert the unstructured mesh generated in ICEM into OpenFOAM and while converting the mesh using utility fluent3DMeshToFoam i got the following error.One thing i want to add the size of fluent.msh is 409.1 MB.The error is

Create time

Dimension of grid: 3
Number of points: 1306895
PointGroup: 6 start: 0 end: 1306894. Reading points...done.
Number of cells: 4732963
CellGroup: 7 start: 0 end: 4732962 type: 1
Number of faces: 10257932
FaceGroup: 8 start: 0 end: 10087859. Reading mixed faces...done.
FaceGroup: 9 start: 10087860 end: 10113565. Reading mixed faces...done.
FaceGroup: 10 start: 10113566 end: 10255023. Reading uniform faces...done.
FaceGroup: 11 start: 10255024 end: 10257931. Reading mixed faces...done.
Zone: 7 name: BODY type: fluid. Reading zone data...done.
Zone: 8 name: int_BODY type: interior. Reading zone data...done.
Zone: 9 name: INTERFACE_VOLUTE_IMPELLER type: interface. Reading zone data...done.
Zone: 10 name: WALLS type: wall. Reading zone data...done.
Zone: 11 name: OUTLET type: outlet-vent. Reading zone data...done.

FINISHED LEXING

--> FOAM Warning :
From function boundBox::boundBox(const pointField& points)
in file meshes/boundBox/boundBox.C at line 68
Cannot find bounding box for zero sized pointField, returning zero
Creating patch 0 for zone: 9 name: INTERFACE_VOLUTE_IMPELLER type: interface
Creating patch 1 for zone: 10 name: WALLS type: wall
Creating patch 2 for zone: 11 name: OUTLET type: outlet-vent
Creating cellZone 0 name: BODY type: fluid
Creating faceZone 0 name: int_BODY type: interior
faceZone from Fluent indices: 0 to: 10087859 type: interior
new cannot satisfy memory request.
This does not necessarily mean you have run out of virtual memory.
It could be due to a stack violation caused by e.g. bad use of pointers or an out of date shared library
Aborted


Will anybody help and i am waiting.

Thanks In Advance.

mvoss April 7, 2011 04:25

What is your memory peak during running the tool with this mesh?

"Cannot find bounding box for zero sized pointField, returning zero"

first thought:Did you export any empty field, faces from ICEM? You can simply check this by viewing the .msh-file in an text editor (even if this is VERY unusual).
second thought: reduce your meshdensities by ... 10 times, export, try the mesh-tool. Just to make sure the error is size-related.

lentschi April 8, 2011 06:17

Your abort is caused by a problem with your memory-size (ram). You need more memory to perfom the transformation.


All times are GMT -4. The time now is 14:53.