CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Meshing & Mesh Conversion (https://www.cfd-online.com/Forums/openfoam-meshing/)
-   -   [blockMesh] how to solve this please help me (https://www.cfd-online.com/Forums/openfoam-meshing/253080-how-solve-please-help-me.html)

alcale November 23, 2023 05:33

how to solve this please help me
 
hello, i'm trying to make a shape but there is this error


#0 Foam::error::printStack(Foam::Ostream&) at ??:?
#1 Foam::error::abort() at ??:?
#2 Foam::polyMesh::facePatchFaceCells(Foam::List<Foam ::face> const&, Foam::List<Foam::List<long> > const&, Foam::List<Foam::List<Foam::face> > const&, long) const at ??:?
#3 Foam::polyMesh::setTopology(Foam::List<Foam::cellS hape> const&, Foam::List<Foam::List<Foam::face> > const&, Foam::List<Foam::word> const&, Foam::List<long>&, Foam::List<long>&, long&, long&, Foam::List<Foam::cell>&) at ??:?
#4 Foam::polyMesh::polyMesh(Foam::IOobject const&, Foam::Xfer<Foam::Field<Foam::Vector<double> > > const&, Foam::List<Foam::cellShape> const&, Foam::List<Foam::List<Foam::face> > const&, Foam::List<Foam::word> const&, Foam::PtrList<Foam::dictionary> const&, Foam::word const&, Foam::word const&, bool) at ??:?
#5 ? at ??:?
#6 __libc_start_main in "/lib/x86_64-linux-gnu/libc.so.6"
#7 ? at ??:?
Aborted (core dumped)



could anybody help me plsss :'( i really have no clueee, thanks in advance...




this is my blockMeshDict file


/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.5 |
| \\ / A nd | Web: http://www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object blockMeshDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

convertToMeters 1;

vertices
(
( 0 -0.92 0 )//0
( 17.47 -0.92 0 )//1
( 17.8625 -0.92 0 )//2
( 17.8675 -0.92 0 )//3
( 18.185 -0.92 0 )//4

( 0 -0.4675 0 )//5
( 17.47 -0.4675 0 )//6

(0 -0.15 0)//7
(17.47 -0.15 0)//8

(0 -0.11 0)//9
(17.47 -0.11 0)//10

(0 -0.075 0)//11
(17.47 -0.075 0)//12
(17.4875 -0.075 0)//13
(17.47 -0.075 0)//14
(17.545 -0.075 0)//15
(17.8625 -0.075 0)//16
(17.8675 -0.075 0)//17
(18.185 -0.075 0)//18


(0 0 0 )//19
(17.47 0 0)//20
(17.4875 0 0)//21
(17.505 0 0)//22
(17.545 0 0)//23
(17.8625 0 0)//24
(17.8675 0 0)//25
(18.185 0 0)//26



(0 0.46 0)//27
(17.47 0.46 0)//28
(17.4875 0.46 0)//29
(17.505 0.46 0)//30
(17.545 0.46 0)//30
(17.8625 0.46 0)//32
(17.8675 0.46 0)//33
(18.185 0.46 0)//34

(0 0.5 0)//35
(17.47 0.5 0)//36
(17.4875 0.5 0)//37
(17.505 0.5 0)//38
(17.8625 0.5 0)//39
(17.8675 0.5 0)//40
(18.185 0.5 0)//41


(0 0.7 0)//42
(17.47 0.7 0)//43
(17.4875 0.7 0)//44
(17.505 0.7 0)//45
(17.8625 0.7 0)//46
(17.8675 0.7 0)//47
(18.185 0.7 0)//48

( 0 -0.92 0.1)//49
( 17.47 -0.92 0.1)//50
( 17.8625 -0.92 0.1)//51
( 17.8675 -0.92 0.1)//52
( 18.185 -0.92 0.1)//53

( 0 -0.4675 0.1)//54
( 17.47 -0.4675 0.1)//55

(0 -0.15 0.1)//56
(17.47 -0.15 0.1)//57

(0 -0.11 0.1)//58
(17.47 -0.11 0.1)//59

(0 -0.075 0.1)//60
(17.47 -0.075 0.1)//61
(17.4875 -0.075 0.1)//62
(17.47 -0.075 0.1)//63
(17.545 -0.075 0.1)//64
(17.8625 -0.075 0.1)//65
(17.8675 -0.075 0.1)//66
(18.185 -0.075 0.1)//67


(0 0 0.1)//68
(17.47 0 0.1)//69
(17.4875 0 0.1)//70
(17.505 0 0.1)//71
(17.545 0 0.1)//72
(17.8625 0 0.1)//73
(17.8675 0 0.1)//74
(18.185 0 0.1)//75


(0 0.46 0.1)//76
(17.47 0.46 0.1)//77
(17.4875 0.46 0.1)//78
(17.505 0.46 0.1)//79
(17.545 0.46 0.1)//80
(17.8625 0.46 0.1)//81
(17.8675 0.46 0.1)//82
(18.185 0.46 0.1)//83

(0 0.5 0.1)//84
(17.47 0.5 0.1)//85
(17.4875 0.5 0.1)//86
(17.505 0.5 0.1)//87
(17.8625 0.5 0.1)//88
(17.8675 0.5 0.1)//89
(18.185 0.5 0.1)//90


(0 0.7 0.1)//91
(17.47 0.7 0.1)//92
(17.4875 0.7 0.1)//93
(17.505 0.7 0.1)//94
(17.8625 0.7 0.1)//95
(17.8675 0.7 0.1)//96
(18.185 0.7 0.1)//97


);

blocks
(
hex (0 1 6 5 49 50 55 54) (638 15 1) simpleGrading (1 1 1) //0
hex (1 2 16 6 50 51 65 55) (14 15 1) simpleGrading (1 1 1) //1
hex (2 3 17 16 51 52 66 65) (1 15 1) simpleGrading (1 1 1) //2
hex (3 4 18 17 52 53 67 66) (12 15 1) simpleGrading (1 1 1) //3
hex (5 6 8 7 54 55 57 56) (638 10 1) simpleGrading (1 1 1) //4
hex (6 16 15 8 55 65 64 57) (14 10 1) simpleGrading (1 1 1) //5
hex (7 8 10 9 56 57 59 58) (638 10 1) simpleGrading (1 1 1) //6
hex (9 10 12 11 58 59 61 60) (638 1 1) simpleGrading (1 1 1) //7
hex (10 14 13 12 59 63 62 61) (1 1 1) simpleGrading (1 1 1) //8
hex (11 12 20 19 60 61 69 68) (638 1 1) simpleGrading (1 1 1) //9
hex (12 13 21 20 61 62 70 69) (1 1 1) simpleGrading (1 1 1) //10
hex (13 14 22 21 62 63 71 70) (1 1 1) simpleGrading (1 1 1) //11
hex (15 16 24 23 64 65 73 72) (10 1 1) simpleGrading (1 1 1) //12
hex (16 17 25 24 65 66 74 73) (1 1 1) simpleGrading (1 1 1) //13
hex (17 18 26 25 66 67 75 74) (12 1 1) simpleGrading (1 1 1) //14
hex (19 20 28 27 68 69 77 76) (638 1 1) simpleGrading (1 1 1) //15
hex (20 21 29 28 69 70 78 77) (1 1 1) simpleGrading (1 1 1) //16
hex (21 22 30 29 70 71 79 78) (1 1 1) simpleGrading (1 1 1) //17
hex (23 24 32 31 72 73 81 80) (10 1 1) simpleGrading (1 1 1) //18
hex (24 25 33 32 73 74 82 81) (1 1 1) simpleGrading (1 1 1) //19
hex (25 26 34 33 74 75 83 82) (12 1 1) simpleGrading (1 1 1) //20
hex (27 28 36 35 76 77 85 84) (638 2 1) simpleGrading (1 1 1) //21
hex (28 29 37 36 77 78 86 85) (1 2 1) simpleGrading (1 1 1) //22
hex (29 30 38 37 78 79 87 86) (1 2 1) simpleGrading (1 1 1) //23
hex (32 33 40 39 81 82 89 88) (1 2 1) simpleGrading (1 1 1) //24
hex (35 36 43 42 84 85 92 91) (638 13 1) simpleGrading (1 1 1) //25
hex (36 37 44 43 85 86 93 92) (1 13 1) simpleGrading (1 1 1) //26
hex (37 38 45 44 86 87 94 93) (1 13 1) simpleGrading (1 1 1) //27
hex (38 39 46 45 87 88 95 94) (14 13 1) simpleGrading (1 1 1) //28
hex (39 40 47 46 88 89 96 95) (1 13 1) simpleGrading (1 1 1) //29
hex (40 41 48 47 89 90 97 96) (12 13 1) simpleGrading (1 1 1) //30

);

edges
(
//arc 8 15 (17.47 -0.075 0)
// arc 57 64 (17.47 -0.075 0.1)
// arc 10 14 (17.47 -0.075 0)
//arc 63 59 (17.47 -0.075 0.1)


);

patches
(
patch inlet
(
(0 49 54 5)//0
(5 54 56 7)//1
(7 56 58 9)//2
(9 58 60 11)//3
(11 60 68 19)//4
(19 68 76 27)//5
(27 76 84 35)//6
(35 84 91 42)//7
)
wall bottom
(
(0 1 50 49)
(1 2 51 50)
(2 3 52 51)
(3 4 53 52)
)
wall outlet
(
(4 53 67 18)
(18 67 75 26)
(26 75 83 34)
(41 90 97 48)
)

patch atmosphere
(
(42 43 92 91)
(43 44 93 92)
(44 45 94 93)
(45 46 95 94)
(46 47 96 95)
(47 48 97 96)
)

empty frontBack
(
(0 1 6 5) //0
(1 2 16 6) //1
(2 3 17 16) //2
(3 4 18 17) //3
(5 6 8 7) //4
(6 16 15 8) //5
(7 8 10 9) //6
(9 10 12 11) //7
(10 14 13 12) //8
(11 12 20 19) //9
(12 13 21 20) //10
(13 14 22 21) //11
(15 16 24 23) //12
(16 17 25 24) //13
(17 18 26 25) //14
(19 20 28 27) //15
(20 21 29 28) //16
(21 22 30 29) //17
(23 24 32 31) //18
(24 25 33 32) //19
(25 26 34 33) //20
(27 28 36 35) //21
(28 29 37 36) //22
(29 30 38 37) //23
(32 33 40 39) //24
(35 36 43 42) //25
(36 37 44 43) //26
(37 38 45 44) //27
(38 39 46 45) //28
(39 40 47 46) //29
(40 41 48 47) //30
(49 50 55 54)
(50 51 65 55)
(51 52 66 65)
(52 53 67 66)
(54 55 57 56)
(55 65 64 57)
(56 57 59 58)
(58 59 61 60)
(59 63 62 61)
(60 61 69 68)
(61 62 70 69)
(62 63 71 70)
(64 65 73 72)
(65 66 74 73)
(66 67 75 74)
(68 69 77 76)
(69 70 78 77)
(70 71 79 78)
(72 73 81 80)
(73 74 82 81)
(74 75 83 82)
(76 77 85 84)
(77 78 86 85)
(78 79 87 86)
(81 82 89 88)
(84 85 92 91)
(85 86 93 92)
(86 87 94 93)
(87 88 95 94)
(88 89 96 95)
(89 90 97 96)

)
wall walls
(
(8 10 59 57)
(8 15 64 57)
(10 14 63 59)
(14 22 71 63)
(15 23 72 64)
(22 30 79 71)
(23 31 80 72)
(30 79 87 38)
(38 39 88 87)
(31 32 81 80)
(32 81 88 39)
(33 82 89 40)
(33 34 83 82)
(40 41 90 89)



)

);

mergePatchPairs
(
);

// ************************************************** *********************** //


All times are GMT -4. The time now is 09:20.