cfMesh pMesh and tetMesh doesn't work
Dear all,
I would like to mesh a geometry with pMesh but getting allways an error. I also tried the bunny tutorial, but getting the same error. Also with tetMesh I getting this error. Only cartesianMesh works. Can anybody help me? Resizing points! Creating faces Reordering boundary faces Finished reordering boundary faces #0 Foam::error::printStack(Foam::Ostream&) at ??:? #1 Foam::sigSegv::sigHandler(int) at ??:? #2 ? in "/lib/x86_64-linux-gnu/libc.so.6" #3 Foam::polyMeshGenModifier::removeUnusedVertices() at ??:? #4 Foam::voronoiMeshExtractor::createMesh() at ??:? #5 Foam::voronoiMeshGenerator::createVoronoiMesh() at ??:? #6 Foam::voronoiMeshGenerator::generateMesh() at ??:? #7 Foam::voronoiMeshGenerator::voronoiMeshGenerator(F oam::Time const&) at ??:? #8 ? at ??:? #9 __libc_start_main in "/lib/x86_64-linux-gnu/libc.so.6" #10 ? at ??:? Speicherzugriffsfehler (Speicherabzug geschrieben) |
What pMesh and tetMesh have in common, what is absent in cartesianMesh, is the use of the class voronoiMeshGenerator.
The class voronoiMeshGenerator also shows up in the error message you posted. Try clearing the build-files of cfMesh, and re-compiling cfMesh. Look out for build problems. |
Thank you very much for your response, but unfortunately just cleaning and re-compiling doesn't work.
But gladly I solved my problem. I found a webside to install cfMesh suitable for OF5 and OF6. I installed cfMesh with this manual and it works. Here is the link https://openfoamwiki.net/index.php/E...ilities/cfMesh Thanks |
All times are GMT -4. The time now is 19:00. |