|
[Sponsors] |
October 22, 2013, 16:24 |
|
#21 |
Senior Member
Francois Beaubert
Join Date: Mar 2009
Location: Lille, France
Posts: 147
Rep Power: 17 |
Matt_h,
I'm facing the same problem. I've tried to use the ideasUnvToFoam of OF v2.2.2 but got the same error message : ideasUnvToFoam: ideasUnvToFoam.C:1271: int main(int, char**): Assertion `noveau > -1' failed. I applied the patch and recompile the ideasUnvToFoam without more success. Any tips, this bug is driving me insane ... Thanks for your help Have a nice day François |
|
October 22, 2013, 21:07 |
|
#22 |
New Member
Join Date: Oct 2013
Posts: 9
Rep Power: 13 |
well francois, my problem was a simple error in that I had named one of the faces twice...it took someone else to have a look at the output and point it out, then it was obvious.
Sorry I can't help much more than this! |
|
October 23, 2013, 07:01 |
|
#23 |
Senior Member
Francois Beaubert
Join Date: Mar 2009
Location: Lille, France
Posts: 147
Rep Power: 17 |
Thanks Matt_h for your kind answer.
It looks like that the problem arise when the group of faces (named "Fin" in my case) is regonised as a faceZone. I've tried with and without this group of faces in salome and the following error only appears when there is this faceZone. This is the error message I get when using the internal group of faces "Fin" in Salome 6.6: Code:
0: Fin is faceZone 1: Cyclic1 is patch 2: Cyclic1_mirrored is patch 3: Outlet_final is patch 4: Inlet_final is patch 5: PipeWall_final is patch Constructing mesh with non-default patches of size: Cyclic1 150 Cyclic1_mirrored 150 Outlet_final 100 Inlet_final 100 PipeWall_final 400 --> FOAM Warning : From function polyMesh::polyMesh(... construct from shapes...) in file meshes/polyMesh/polyMeshFromShapeMesh.C at line 626 Found 400 undefined faces in mesh; adding to default patch. Adding cell and face zones Face Zone Fin 25 ideasUnvToFoam: ideasUnvToFoam.C:1271: int main(int, char**): Assertion `noveau > -1' failed. Aborted (core dumped) Or can someone send me a working example with a inner baffle to try to understand what's wrong with my however very simple case . Thank you very much for your help. Cheers François |
|
March 11, 2014, 13:34 |
|
#24 |
New Member
Amin S
Join Date: Mar 2014
Posts: 5
Rep Power: 12 |
Hi Matt&Francois. I have the same problem.
my geometry and mesh groups were created in salome-meca and seem to be ok. no duplicate faces or extra edges. when I use ideasUnvToFoam,terminal issues warning: Sorting boundary faces according to group (patch) 0: inlet is patch 1: outlet is patch 2: cylinder is faceZone 3: top is patch 4: bottom is patch 5: front is patch 6: back is faceZone Constructing mesh with non-default patches of size: inlet 450 outlet 450 top 450 bottom 450 front 5973 --> FOAM Warning : From function polyMeshlyMesh(... construct from shapes...) in file meshes/polyMesh/polyMeshFromShapeMesh.C at line 626 Found 6423 undefined faces in mesh; adding to default patch. Adding cell and face zones Face Zone cylinder 2025 ideasUnvToFoam: ideasUnvToFoam.C:1271: int main(int, char**): Assertion `noveau > -1' failed. Aborted (core dumped) how did you manage to fix it? what do you mean by "put top_bottom" twice?? |
|
April 19, 2014, 14:46 |
|
#25 |
New Member
Join Date: Apr 2014
Posts: 2
Rep Power: 0 |
Hi All
I am new with Salome and OpenFoam and I have similar problem with internal faces, i am tried to simulate a Sump Pump and i am making my geometry in Salome 6.6.0. My mesh was created using Partition operation. After that i tried to Convert it with ideasUnvToFoam but throws me an error with internal faces Code:
/*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.1.1 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 2.1.1-221db2718bbb Exec : ideasUnvToFoam Prueba_V2.unv Date : Apr 19 2014 Time : 12:49:23 Host : "Alexs-Laptop" PID : 6528 Case : /home/alexs/Tesis/CFD_OpenFoam/fosa 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 49375 points. Processing tag:2412 Starting reading cells at line 98773. First occurrence of element type 11 for cell 1 at line 98774 First occurrence of element type 41 for cell 942 at line 101597 First occurrence of element type 111 for cell 20794 at line 141301 Read 272066 cells and 19852 boundary faces. Processing tag:2467 Starting reading patches at line 685435. For group 1 named wall trying to read 18444 patch face indices. For group 2 named inlet trying to read 426 patch face indices. For group 3 named outlet trying to read 50 patch face indices. For group 4 named pipe_inlet trying to read 932 patch face indices. Of 19852 so-called boundary faces 2210 belong to two cells and are therefore internal Sorting boundary faces according to group (patch) 0: wall is faceZone 1: inlet is patch 2: outlet is patch 3: pipe_inlet is faceZone Constructing mesh with non-default patches of size: inlet 426 outlet 50 --> FOAM Warning : From function polyMesh::polyMesh(... construct from shapes...) in file meshes/polyMesh/polyMeshFromShapeMesh.C at line 619 Found 17166 undefined faces in mesh; adding to default patch. Adding cell and face zones Face Zone wall 18444 ideasUnvToFoam: ideasUnvToFoam.C:1271: int main(int, char**): Assertion `noveau > -1' failed. Abortado (`core' generado) |
|
April 22, 2014, 06:30 |
|
#26 |
Member
Laurent B
Join Date: Jun 2009
Location: Lille, FRANCE
Posts: 70
Rep Power: 17 |
Hi,
Did you try to apply the patch ideasUnvToFoam.patch ? |
|
April 22, 2014, 13:22 |
|
#27 | |
New Member
Join Date: Apr 2014
Posts: 2
Rep Power: 0 |
Quote:
Yes, i already applied the patch, but i'm still having the trouble. Any suggestions? Best Regards |
||
June 16, 2014, 10:53 |
Segmentation Fault (core dumped)
|
#28 |
New Member
New Member
Join Date: Jun 2014
Posts: 1
Rep Power: 0 |
Hi at all,
I want to import files from Salome to OpenFoam with "ideasUnvToFoam". It is working with easy geometric shapes but when it is getting a little bit more complex there is coming the following message in the shell: 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 1888 points. Processing tag:2412 Starting reading cells at line 3799. First occurrence of element type 11 for cell 1 at line 3800 First occurrence of element type 41 for cell 1537 at line 8408 Read 0 cells and 3744 boundary faces. Processing tag:2467 Starting reading patches at line 15898. For group 1 named Wall trying to read 130 patch face indices. For group 2 named Temp_Spot trying to read 26 patch face indices. Sorting boundary faces according to group (patch) 0: Wall is #0 Foam::error:rintStack(Foam::Ostream&) at ??:? #1 Foam::sigSegv::sigHandler(int) at ??:? #2 in "/lib/x86_64-linux-gnu/libc.so.6" #3 at ??:? #4 __libc_start_main in "/lib/x86_64-linux-gnu/libc.so.6" #5 at ??:? Segmentation fault (core dumped) Can anybody tell me the meaning or what to do next? Thank you for your help!! Best regards! |
|
January 9, 2015, 08:33 |
Hiiii
|
#29 |
Member
Manjunath Reddy
Join Date: Jun 2013
Posts: 47
Rep Power: 13 |
Check patches again in salome. On two patches you might have given same name.
|
|
May 7, 2015, 11:30 |
|
#30 | |
Member
Howar
Join Date: Mar 2015
Posts: 53
Rep Power: 11 |
Quote:
|
||
December 15, 2016, 04:04 |
ideasUnvToFoam with inner parts
|
#31 |
New Member
Thodoris
Join Date: Apr 2016
Location: Greece
Posts: 26
Rep Power: 10 |
I have the same problem.my geometry is a wind tunnel with two wings inside of it.When I run ideastofoam for my mesh it recognizes the wings as cellzones not as patches.I hope someone helps with the situation.thank you in advance.
Last edited by teodm; December 15, 2016 at 06:50. Reason: mistake was made |
|
September 6, 2019, 10:36 |
ideasUnvToFoam: ideasUnvToFoam.C:1260: int main(int, char**): Assertion `noveau > -1'
|
#32 |
New Member
Join Date: Oct 2018
Posts: 24
Rep Power: 8 |
This type of error comes when you change something in patch names (Geometry > Create Groups) after completion of mesh.
To solve this you need to delete all patch names under Geometry and assign them again. Create new mesh under mesh module. Hope this will help someone |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Salome] ideasUnvToFoam Error: Assertion `nouveau > -1' failed | GerhardHolzinger | OpenFOAM Meshing & Mesh Conversion | 1 | November 7, 2024 07:49 |
Generate Parts Using Named Selection | jonasohlsson | ANSYS | 1 | March 14, 2016 05:32 |
[Salome] ideasUnvToFoam problem with internal groups | s.marcocalero | OpenFOAM Meshing & Mesh Conversion | 0 | May 31, 2013 12:48 |
[Salome] ideasUnvToFoam | Dazzler | OpenFOAM Meshing & Mesh Conversion | 0 | November 27, 2012 04:14 |
Creating 100 derived parts / Splitting derived parts for mass flux calculation | xamo | STAR-CCM+ | 8 | September 29, 2009 06:35 |