|
[Sponsors] |
face 2 in patch 2 does not have neighbour cell face: 4(5 1 16 18) |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
June 16, 2021, 06:06 |
face 2 in patch 2 does not have neighbour cell face: 4(5 1 16 18)
|
#1 |
New Member
GUJARAT
Join Date: Jun 2021
Posts: 1
Rep Power: 0 |
/*--------------------------------*- C++ -*----------------------------------*\
========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: 7 \\/ M anipulation | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; object blockMeshDict; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // convertToMeters 0.01; vertices ( //Block 0 (0 0 0)//0 (260 0 0)//1 (260 5 0)//2 (0 5 0)//3 (0 0 60)//4 (260 0 60)//5 (260 5 60)//6 (0 5 60)//7 (262.5 0 0)//8 (390 0 0)//9 (390 5 0)//10 (262.5 5 0)//11 (262.5 0 60)//12 (390 0 60)//13 (390 5 60)//14 (262.5 5 60)//15 (260 2.5 0)//16 (262.5 2.5 0)//17 (260 2.5 60)//18 (262.5 2.5 60)//19 ); blocks ( hex (0 1 2 3 4 5 6 7) (20 20 1) simpleGrading (1 1 1) hex (16 17 11 2 18 19 15 6) (20 10 1) simpleGrading (1 1 1) hex (8 9 10 11 12 13 14 15) (20 20 1) simpleGrading (1 1 1) ); edges ( ); boundary ( inlet { type patch; faces ( (0 4 7 3) ); } outlet { type patch; faces ( (9 13 14 10) ); } fixedWalls { type wall; faces ( //Bottom (0 4 5 1) (8 12 13 9) //cube (5 1 16 18) (16 18 19 17) (19 17 8 12) //top (3 7 6 2) (2 6 15 11) (11 15 14 10) ); } frontAndBack { type empty; faces ( (0 3 2 1) (4 7 6 5) (16 2 11 17) (18 6 15 19) (8 11 10 9) (12 15 14 13) ); } ); // ************************************************** *********************** // i am new to open foam but keep getting this error can someone help me with this |
|
June 21, 2021, 14:01 |
Try paraFoam -block
|
#2 |
Member
Rahul Vadrabade
Join Date: Apr 2018
Posts: 46
Rep Power: 8 |
Hi,
I couldn't try at the moment but can you check that the topology of block is correct by defining a single hex block at a time, commenting other lines. Also, comments all boundary lines and check one at face at a time. Probably you can find clue to issue. To check blocks are correct, try 'paraFoam -block'. If possible please share the geometry as images you want to mesh. It will help people to give some ideas (otherwise it may not be feasible for everyone to try out, i hope you understand) Thanks |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Simulating fire in a tunnel | luca1992 | OpenFOAM | 14 | August 16, 2017 14:50 |
[OpenFOAM.org] Compile OF 2.3 on Mac OS X .... the patch | gschaider | OpenFOAM Installation | 225 | August 25, 2015 20:43 |
[swak4Foam] get the value of a field in the neighbour cell of a patch face | miles_davis | OpenFOAM Community Contributions | 7 | October 5, 2011 12:57 |
[blockMesh] BlockMeshmergePatchPairs | hjasak | OpenFOAM Meshing & Mesh Conversion | 11 | August 15, 2008 08:36 |
Multicomponent fluid | Andrea | CFX | 2 | October 11, 2004 06:12 |