|
[Sponsors] |
[blockMesh] Error creating a 3D rectangular geometry |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
May 20, 2019, 07:04 |
Error creating a 3D rectangular geometry
|
#1 |
New Member
Parth
Join Date: May 2019
Posts: 11
Rep Power: 7 |
convertToMeters 0.001;
vertices ( (0 0 0) (20 0 0) (20 1.4 0) (0 1.4 0) (0 0 320) (20 0 320) (20 1.4 320) (0 1.4 320) ); blocks ( hex (0 1 2 3 4 5 6 7) (50 50 50) simpleGrading (1 1 1) ); edges ( ); boundary ( inlet { type inlet; faces ( (0 1 2 3) ); } outlet { type outlet; faces ( (6 7 4 5) ); } //fixedWalls //{ //type wall; //faces //( //(3 7 6 2) //(1 5 4 0) //(3 0 4 7) //(6 5 1 2) // ); // } topWall { type wall; faces ( (3 7 6 2) ); } bottomWall { type wall; faces ( (1 5 4 0) ); } sideWalls { type wall; faces ( (3 0 4 7) (6 5 1 2) ); } //frontAndBack // { // type patch; //faces // ( // (6 7 4 5) // (0 1 2 3) //); //} ); mergePatchPairs ( ); Hi Community, I'm modelling a 3D rectangular simple geometry. The blockMesh command runs normally. However when I call in paraFoam command I get an error: ("Cannot find patchField entry for topWall") everytime after a few other trials too. I have 6 BC's in total for 6 faces as seen above. Any help will be appreciated. Regards. |
|
May 20, 2019, 12:45 |
|
#2 |
New Member
Pierre
Join Date: May 2019
Posts: 4
Rep Power: 7 |
Hi Parth,
I had this error several times. Each time, it was because I forgot to add a boundary condition in one of my physical variables (p, p_rgh, U, T...). In your case, maybe you forgot to add a BC for topWall in one of your variables. Or maybe you forgot to copy/paste a "variable.orig" to a "variable", if you use setFields. Check the complete error message, it usually says which file is wrong. If it is none of the above, maybe post the complete error message, it would permit people to help you better. Regards, Pierre |
|
Tags |
3d geometry, blockmeshdict, openfoam, parafoam output message, parafoam paraview error |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[ANSYS Meshing] Split rectangular geometry in even squares | TomM | ANSYS Meshing & Geometry | 6 | December 12, 2013 07:38 |
Geometry for Confined Circular Jet | Greatness | FLUENT | 0 | October 1, 2013 06:04 |
Export geometry file from ansys mechanical | browns6 | Structural Mechanics | 0 | August 27, 2013 17:19 |
Problem Importing Geometry ProE to CFX | fatb0y | CFX | 3 | January 14, 2012 20:42 |
2D geometry to 3D geometry | Sgonzalezg | ANSYS Meshing & Geometry | 11 | April 8, 2011 12:02 |