|
[Sponsors] |
November 9, 2010, 13:33 |
Pyramid using BlockMesh
|
#1 |
New Member
Join Date: Aug 2010
Location: Chennai
Posts: 24
Rep Power: 16 |
I want to mesh a pyramid shape...i am running the following blockMeshDict file but i am getting segmentation fault...can anyone help me !
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 1.7.0 | | \\ / A nd | Web: www.OpenFOAM.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; object blockMeshDict; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // convertToMeters 1; vertices ( (0 0 0) //0 (1 0 0) //1 (1 1 0) //2 (0 1 0) //3 (0.5 0.5 0.5) //4 ); blocks ( pyr 5(0 1 2 3 4) (10 10 10) simpleGrading (1 1 1) ); edges ( ); patches ( ); mergePatchPairs ( ); // ************************************************** *********************** // Output : Creating block mesh from "/home/hariram/Desktop/cone/constant/polyMesh/blockMeshDict" Creating blockCorners Creating curved edges Creating blocks #0 Foam::error:rintStack(Foam::Ostream&) in "/opt/openfoam171/lib/linuxGccDPOpt/libOpenFOAM.so" #1 Foam::sigSegv::sigSegvHandler(int) in "/opt/openfoam171/lib/linuxGccDPOpt/libOpenFOAM.so" #2 Uninterpreted: #3 in "/opt/openfoam171/applications/bin/linuxGccDPOpt/blockMesh" #4 in "/opt/openfoam171/applications/bin/linuxGccDPOpt/blockMesh" #5 in "/opt/openfoam171/applications/bin/linuxGccDPOpt/blockMesh" #6 in "/opt/openfoam171/applications/bin/linuxGccDPOpt/blockMesh" #7 in "/opt/openfoam171/applications/bin/linuxGccDPOpt/blockMesh" #8 __libc_start_main in "/lib/tls/i686/cmov/libc.so.6" #9 in "/opt/openfoam171/applications/bin/linuxGccDPOpt/blockMesh" Segmentation fault |
|
November 15, 2010, 13:50 |
Re : pyramid
|
#2 |
New Member
Join Date: Aug 2010
Location: Chennai
Posts: 24
Rep Power: 16 |
Hi,
I could do that using 'hex' keyword with 5 vertices instead of using 'pyr'. Thanx, Hari |
|
February 14, 2012, 12:02 |
|
#3 |
New Member
Join Date: Jan 2012
Posts: 3
Rep Power: 14 |
Hi,
I am also looking for a way to produce a pyramid in blockMesh. However for me it does not work to use the hex keyword with five entries. I also tried hex (0 1 2 3 4 4 4 4) However that also did not work. How can I get a nice pyramid? Thanks! |
|
July 18, 2012, 15:57 |
|
#4 |
Member
Nikunj Raithatha
Join Date: Jul 2012
Location: Washington DC
Posts: 47
Rep Power: 14 |
just use 01234
|
|
February 5, 2017, 15:47 |
|
#5 |
New Member
Mehdi
Join Date: Jan 2017
Posts: 17
Rep Power: 9 |
Could anyone fix it? I cannot create a pyramid neither with hex nor with pyr and I don't get why
vertices ( (1 -0.0436 0.0436) (1 0.0436 0.0436) (1 0.0436 -0.0436) (1 -0.0436 -0.0436) (0 0 0) ); blocks ( pyr (0 1 2 3 4) (50 1 1) simpleGrading (1 1 1) ); |
|
February 5, 2017, 21:10 |
|
#6 |
Senior Member
Join Date: Aug 2013
Posts: 407
Rep Power: 16 |
Hi,
For your given set of vertices, have you tried this? hex (0 1 2 3 4 4 4 4) (nx ny nz) simpleGrading (s1 s2 s3) where nx, ny, nz, s1, s2, s3 are all values that you want to input. Cheers, Antimony |
|
Tags |
blockmesh, cone, pyramid |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Other] mesh airfoil NACA0012 | anand_30 | OpenFOAM Meshing & Mesh Conversion | 13 | March 7, 2022 18:22 |
[blockMesh] non-orthogonal faces and incorrect orientation? | nennbs | OpenFOAM Meshing & Mesh Conversion | 7 | April 17, 2013 06:42 |
[blockMesh] error message with modeling a cube with a hold at the center | hsingtzu | OpenFOAM Meshing & Mesh Conversion | 2 | March 14, 2012 10:56 |
[blockMesh] BlockMesh FOAM warning | gaottino | OpenFOAM Meshing & Mesh Conversion | 7 | July 19, 2010 15:11 |
[blockMesh] Axisymmetrical mesh | Rasmus Gjesing (Gjesing) | OpenFOAM Meshing & Mesh Conversion | 10 | April 2, 2007 15:00 |