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/)
-   -   [Other] Error while tring to convert mesh generated in salome to openfoam (https://www.cfd-online.com/Forums/openfoam-meshing/142835-error-while-tring-convert-mesh-generated-salome-openfoam.html)

Arjun Jayakumar October 10, 2014 08:46

Error while tring to convert mesh generated in salome to openfoam
 
Dear Friends,
I have modeled a 3D domain using salome. One of the face of model was "partitioned" into two for providing different boundary conditions at two face. Mesh was generated and faces where grouped using "create groups from geometry". Later mesh was exported to unv. while trying to convert the file to OF format it is giving error
Code:

ideasUnvToFoam:  ideasUnvToFoam.C:1273: int main(int, char**): Assertion `noveau > -1'  failed.
Code is as follows
Code:

/*---------------------------------------------------------------------------*\
| =========                |                                                |
| \\      /  F ield        | OpenFOAM: The Open Source CFD Toolbox          |
|  \\    /  O peration    | Version:  2.3.0                                |
|  \\  /    A nd          | Web:      www.OpenFOAM.org                      |
|    \\/    M anipulation  |                                                |
\*---------------------------------------------------------------------------*/
Build  : 2.3.0-f5222ca19ce6
Exec  : ideasUnvToFoam Mesh_1.unv
Date  : Oct 10 2014
Time  : 17:32:00
Host  : "thinktank"
PID    : 4877
Case  : /home/arjun/OpenFOAM/arjun-2.3.0/run/tube/interFoam/laminar/fallingFilm
nProcs : 1
sigFpe : Enabling floating point exception trapping (FOAM_SIGFPE).
fileModificationChecking : Monitoring run-time modified files using timeStampMaster
allowSystemOperations : Disallowing user-supplied system call operations

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Create time

Processing tag:164
Starting reading units at line 3.
l:1
units:"  SI: Meter (newton)"
unitType:2
Unit factors:
    Length scale      : 1
    Force scale        : 1
    Temperature scale  : 1
    Temperature offset : 273.15


Processing tag:2420
Skipping tag 2420 on line 9
Skipping section at line 9.

Processing tag:2411
Starting reading points at line 20.
Read 67998 points.

Processing tag:2412
Starting reading cells at line 136019.
First occurrence of element type 11 for cell 1 at line 136020
First occurrence of element type 41 for cell 43 at line 136398
First occurrence of element type 111 for cell 18673 at line 173490
Read 371910 cells and 18546 boundary faces.

Processing tag:2467
Starting reading patches at line 917312.
For group 1 named splitWall trying to read 1342 patch face indices.
For group 2 named inlet trying to read 226 patch face indices.
For group 3 named tubeWall trying to read 3118 patch face indices.
For group 4 named wall trying to read 2586 patch face indices.
For group 5 named outlet trying to read 1708 patch face indices.
For group 6 named frontAndBack trying to read 7132 patch face indices.
For group 7 named symmetry trying to read 772 patch face indices.

Sorting boundary faces according to group (patch)
0: splitWall is faceZone
1: inlet is faceZone
2: tubeWall is patch
3: wall is patch
4: outlet is patch
5: frontAndBack is patch
6: symmetry is patch

Constructing mesh with non-default patches of size:
    tubeWall    3118
    wall    2586
    outlet    1708
    frontAndBack    7132
    symmetry    772

--> FOAM Warning :
    From function polyMesh::polyMesh(... construct from shapes...)
    in file meshes/polyMesh/polyMeshFromShapeMesh.C at line 627
    Found 1662 undefined faces in mesh; adding to default patch.
Adding cell and face zones
 Face Zone inlet    226
ideasUnvToFoam: ideasUnvToFoam.C:1273: int main(int, char**): Assertion `noveau > -1' failed.
Aborted (core dumped)

where inlet is one of the group which contains partioned face.
when i remove this group from mesh module, the conversion is working fine.
To solve my problem i want that group of face. How to solve this problem.

Thank You in advance


All times are GMT -4. The time now is 00:47.