CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Meshing & Mesh Conversion (https://www.cfd-online.com/Forums/openfoam-meshing/)
-   -   [mesh manipulation] Converting axisymmetric mesh into fully 3D mesh (https://www.cfd-online.com/Forums/openfoam-meshing/101262-converting-axisymmetric-mesh-into-fully-3d-mesh.html)

tomloh April 29, 2012 20:31

Converting axisymmetric mesh into fully 3D mesh
 
Hello Foamers,

I am trying to generate a cylinder by 'revolving' my axisymmetric mesh through 360 degrees. I am using extrudeMesh and I get the following error:

Assuming full 360 degree axisymmetric case; stitching faces on patches frontAndBack_pos and frontAndBack_neg together ...

--> FOAM FATAL ERROR:
no points or no cells in mesh
point, face or cell zone already exists

From function void addZones
(
const List<pointZone*>&,
const List<faceZone*>&,
const List<cellZone*>&
)
in file meshes/polyMesh/polyMesh.C at line 987.

FOAM aborting

#0 Foam::error::printStack(Foam::Ostream&) in "/opt/openfoam210/platforms/linuxGccDPOpt/lib/libOpenFOAM.so"
#1 Foam::error::abort() in "/opt/openfoam210/platforms/linuxGccDPOpt/lib/libOpenFOAM.so"
#2 Foam::polyMesh::addZones(Foam::List<Foam::pointZon e*> const&, Foam::List<Foam::faceZone*> const&, Foam::List<Foam::cellZone*> const&) in "/opt/openfoam210/platforms/linuxGccDPOpt/lib/libOpenFOAM.so"
#3
in "/opt/openfoam210/platforms/linuxGccDPOpt/bin/extrudeMesh"
#4 __libc_start_main in "/lib/tls/i686/cmov/libc.so.6"
#5
in "/opt/openfoam210/platforms/linuxGccDPOpt/bin/extrudeMesh"
Aborted

I was wondering if someone could shed some light on the case setup, ie: extrudeMeshDict and wedge coefficients etc. I'm finding it difficult to gather information on this...

Kind Regards,
Thomas Loh


All times are GMT -4. The time now is 21:03.