|
[Sponsors] |
[blockMesh] Segmentation Fault when creating block mesh topography (blockMesh) |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
May 10, 2017, 23:27 |
Segmentation Fault when creating block mesh topography (blockMesh)
|
#1 |
New Member
Jess
Join Date: May 2017
Posts: 3
Rep Power: 9 |
Hello!
I'm very new to openFoam, so in advance I appreciate any help and information that can be provided! I'm trying to mesh a thin, flat rectangular plate in a boundary to simulate the flow around this plate. At this point, I'm simply trying to run the blockMesh utility, taking on step at a time, but have been encountering the following message that doesn't mean much to me: Create time Creating block mesh from "/home/jbrydg01/OpenFOAM/jbrydg01-4.1/run/thesis/validate/AR1.6/system/blockMeshDict" Creating curved edges Creating topology blocks Creating topology patches Creating block mesh topology #0 Foam::error:rintStack(Foam::Ostream&) at ??:? #1 Foam::sigSegv::sigHandler(int) at ??:? #2 ? in "/lib/x86_64-linux-gnu/libc.so.6" #3 Foam::face::centre(Foam::Field<Foam::Vector<double > > const&) const at ??:? #4 Foam::cellModel::mag(Foam::List<int> const&, Foam::Field<Foam::Vector<double> > const&) const at ??:? #5 Foam::blockMesh::createCellShapes(Foam::List<Foam: :cellShape>&) at ??:? #6 Foam::blockMesh::createTopology(Foam::IOdictionary const&, Foam::word const&) at ??:? #7 Foam::blockMesh::blockMesh(Foam::IOdictionary const&, Foam::word const&) at ??:? #8 ? at ??:? #9 __libc_start_main in "/lib/x86_64-linux-gnu/libc.so.6" #10 ? at ??:? Segmentation fault (core dumped) I've attached a copy of my blockMeshdict file to help troubleshoot. I've taken a number of looks through the syntax, and have paid careful attention to the ordering of the vertices to ensure the clockwise orientation from the inside perspective. A concern I have is that I have defined my plate as a wall without providing mesh information under blocks (see blockMesh file commentary). Thanks for any help in advance! I really appreciate any feedback! Jesse |
|
May 11, 2017, 03:26 |
|
#2 |
Senior Member
Join Date: Aug 2013
Posts: 407
Rep Power: 16 |
Hi,
Your block definition contains fewer than 8 vertices. Even if you are creating wedges or the like, you still need to have 8 vertices in the definition of the hex block. Cheers, Antimony |
|
May 11, 2017, 06:37 |
|
#3 |
New Member
Jess
Join Date: May 2017
Posts: 3
Rep Power: 9 |
Thanks Antimony! It seems to have resolved that issue!
Jesse |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[snappyHexMesh] Creating very fine, high accuracy mesh with snappyHexMesh | JD_Welch | OpenFOAM Meshing & Mesh Conversion | 10 | July 5, 2023 12:50 |
[mesh manipulation] How to write cellSet for different regions in constant/polyMesh/sets | Struggle_Achieve | OpenFOAM Meshing & Mesh Conversion | 3 | June 17, 2019 10:29 |
[mesh manipulation] Importing Multiple Meshes | thomasnwalshiii | OpenFOAM Meshing & Mesh Conversion | 18 | December 19, 2015 19:57 |
[Commercial meshers] Icem Mesh to Foam | jphandrigan | OpenFOAM Meshing & Mesh Conversion | 4 | March 9, 2010 03:58 |
blockMesh: block with 6 vertexes | dani | OpenFOAM | 3 | June 25, 2009 14:13 |