CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM (https://www.cfd-online.com/Forums/openfoam/)
-   -   splitMesh error - point, face or cell zone already exists#0 (https://www.cfd-online.com/Forums/openfoam/72097-splitmesh-error-point-face-cell-zone-already-exists-0-a.html)

nikwin January 25, 2010 13:03

splitMesh error - point, face or cell zone already exists#0
 
Hello,

Yes, the faceZone exists since I've created one under /constant/polyMesh/sets/ to have a set of internal faces to make external.

splitMesh stops at; mesh.addZones(pz, fz, cz);

Should the faceZone/set be defined in another way? What's the difference between set and zone?
Any hints?
Thanks
/NW

Error message:

point, face or cell zone already exists#0 Foam::error::printStack(Foam::Ostream&) in "/scratch/nwinkler/OpenFOAM/OpenFOAM-1.6/lib/linux64GccDPOpt/libOpenFOAM.so"
#1 Foam::error::abort() in "/scratch/nwinkler/OpenFOAM/OpenFOAM-1.6/lib/linux64GccDPOpt/libOpenFOAM.so"
#2 Foam::polyMesh::addZones(Foam::List<Foam::pointZon e*> const&, Foam::List<Foam::faceZone*> const&, Foam::List<Foam::cellZone*> const&) in "/scratch/nwinkler/OpenFOAM/OpenFOAM-1.6/lib/linux64GccDPOpt/libOpenFOAM.so"
#3 main in "/scratch/nwinkler/OpenFOAM/OpenFOAM-1.6/applications/bin/linux64GccDPOpt/splitMesh"
#4 __libc_start_main in "/lib/libc.so.6"
#5 _start at /usr/src/packages/BUILD/glibc-2.9/csu/../sysdeps/x86_64/elf/start.S:116


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

nikwin January 27, 2010 04:31

Sorry, newbie mistake! After realizing the difference between zone and set I found the zones and deleted them. And now splitMesh works!


All times are GMT -4. The time now is 09:12.