| |
 | Online-Kurs: Grundlagen des 3D-Druck-Designs für Industrieingenieure , ein Kurs
|
Autor
|
Thema: nach ausführen von extrudeMesh, stürzt checkMesh ab (1396 mal gelesen)
|
Berglöwe Mitglied Student

 Beiträge: 21 Registriert: 18.08.2014
|
erstellt am: 30. Sep. 2014 10:48 <-- editieren / zitieren --> Unities abgeben:         
Hallo alle zusammen, ich wollte gern ein in snappyHexMesh erzeugtes Netz in ein 2D Netz extruden. Nachdem ich extrudeMesh ausgeführt habe, stürzt checkMesh ab. Das Netz sieht in Paraview allerdings soweit gut aus. Hatte jemand schonmal ein ähnliches Problem? CheckMesh output:
Code: Create timeCreate polyMesh for time = 0 Time = 0 Mesh stats points: 390708 internal points: 0 faces: 763573 internal faces: 378640 cells: 189406 faces per cell: 6.03050062 boundary patches: 11 point zones: 0 face zones: 4 cell zones: 4 Overall number of cells of each type: hexahedra: 183825 prisms: 0 wedges: 0 pyramids: 0 tet wedges: 0 tetrahedra: 0 polyhedra: 5581 Breakdown of polyhedra by number of faces: faces number of cells 7 5420 8 138 9 11 10 12 Checking topology... Boundary definition OK. Cell to face addressing OK. Point usage OK. Upper triangular ordering OK. Face vertices OK. Number of regions: 1 (OK). Checking patch topology for multiply connected surfaces... Patch Faces Points Surface topology Fassadenanstroemung 4 10 ok (non-closed singly connected) Deckenauslaesse 120 252 ok (non-closed singly connected) Absaugung 16 34 ok (non-closed singly connected) Outlet 8 18 ok (non-closed singly connected) Dummies 1148 2310 ok (non-closed singly connected) Bodenaussen 406 814 ok (non-closed singly connected) Aussenwand 345 696 ok (non-closed singly connected) Wandglas 8 24 ok (non-closed singly connected) front 378812 390708 ok (non-closed singly connected) Atmosphaere 817 1636 ok (non-closed singly connected) default_wall 3249 6534 ok (non-closed singly connected) Checking geometry... Overall domain bounding box (-9.99878311 -14.883134 -1.14593664e-14) (24 -14.8322632 10.1999998) Mesh (non-empty, non-wedge) directions (0 0 0) Mesh (non-empty) directions (0 0 0) ***Number of edges not aligned with or perpendicular to non-empty directions: 399864 <<Writing 287798 points on non-aligned edges to set nonAlignedEdges Boundary openness (-1.0920215e-18 7.27349979e-14 4.82293401e-18) OK. Max cell openness = 2.41281559e-16 OK. Max aspect ratio = -1 OK. Minimum face area = 3.32016171e-06. Maximum face area = 0.00291430661. Face area magnitudes OK. Min volume = 2e-300. Max volume = 3.33333333e-300. Total volume = 3.80737667e-295. Cell volumes OK. #0 Foam::error: rintStack(Foam::Ostream&) at ??:? #1 Foam::sigFpe::sigHandler(int) at ??:? #2 in "/lib/x86_64-linux-gnu/libc.so.6" #3 acos in "/lib/x86_64-linux-gnu/libm.so.6" #4 Foam: olyMesh::checkFaceOrthogonality(Foam::Field<Foam::Vector<double> > const&, Foam::Field<Foam::Vector<double> > const&, bool, bool, Foam::HashSet<int, Foam::Hash<int> >*) const at ??:? #5 at ??:? #6 at ??:? #7 __libc_start_main in "/lib/x86_64-linux-gnu/libc.so.6" #8 at ??:?
Viele Grüße Robert Eine Antwort auf diesen Beitrag verfassen (mit Zitat/Zitat des Beitrags) IP |
Shor-ty Moderator
     

 Beiträge: 2466 Registriert: 27.08.2010 ESI-OpenCFD OpenFOAM v2312
|
erstellt am: 30. Sep. 2014 11:01 <-- editieren / zitieren --> Unities abgeben:          Nur für Berglöwe
Hallo Robert, nehm einfach mein Tutorial (Hydraulischer Sprung) und gehe diesen Weg. Ich nehme an das du alle Schritte richtig gemacht hast aber da kann sich auch ein kleiner Fehler einschleichen. Ich glaub ich hatte damals auch so ein ähnliches Problem, allerdings weiß ich nicht mehr was da falsch war. ------------------ Best regards, Tobias Holzmann Eine Antwort auf diesen Beitrag verfassen (mit Zitat/Zitat des Beitrags) IP |
Berglöwe Mitglied Student

 Beiträge: 21 Registriert: 18.08.2014
|
erstellt am: 30. Sep. 2014 11:06 <-- editieren / zitieren --> Unities abgeben:         
|
Berglöwe Mitglied Student

 Beiträge: 21 Registriert: 18.08.2014
|
erstellt am: 30. Sep. 2014 11:53 <-- editieren / zitieren --> Unities abgeben:         
|
Shor-ty Moderator
     

 Beiträge: 2466 Registriert: 27.08.2010 ESI-OpenCFD OpenFOAM v2312
|
erstellt am: 30. Sep. 2014 13:44 <-- editieren / zitieren --> Unities abgeben:          Nur für Berglöwe
|
Berglöwe Mitglied Student

 Beiträge: 21 Registriert: 18.08.2014
|
erstellt am: 30. Sep. 2014 14:53 <-- editieren / zitieren --> Unities abgeben:         
|