|
[Sponsors] |
February 17, 2023, 06:48 |
FaceZones in polyMesh
|
#1 |
New Member
Lacen
Join Date: Feb 2023
Posts: 7
Rep Power: 3 |
Hello dear community,
I am making a greenhouse simulation as you can see in the figure. I have a problem when I convert my mesh to openFoam, I can't find the inlet and tube_air_upper in boundary, instead they are in a faceZone file. I don't want a facezone file I want it to be in boundary. Do you have any idea where the error comes from, please. Thanks to you. geo_red.jpg Boundary: /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2206 | | \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; arch "LSB;label=32;scalar=64"; class polyBoundaryMesh; location "constant/polyMesh"; object boundary; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // 7 ( laterals_walls { type patch; nFaces 2565; startFace 473915; } toit { type patch; nFaces 2128; startFace 476480; } bottom { type patch; nFaces 2907; startFace 478608; } outlet { type patch; nFaces 40; startFace 481515; } tube_air_wall { type patch; nFaces 10712; startFace 481555; } out1 { type patch; nFaces 2118; startFace 492267; } out2 { type patch; nFaces 2148; startFace 494385; } ) // ************************************************** *********************** // FaceZones: FoamFile { version 2.0; format ascii; arch "LSB;label=32;scalar=64"; class regIOobject; location "constant/polyMesh"; object faceZones; meta { names 2 ( inlet tube_air_upper ); } } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // 2 (inlet { type faceZone; faceLabels List<label> 5319 ( 325948 17672 ....... |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[blockMesh] Questions to create polymesh | danny123 | OpenFOAM Meshing & Mesh Conversion | 11 | June 28, 2017 05:10 |
[snappyHexMesh] How to define to right point for locationInMesh | Mirage12 | OpenFOAM Meshing & Mesh Conversion | 7 | March 13, 2016 15:07 |
Appending faceZones | mturcios777 | OpenFOAM Programming & Development | 1 | December 17, 2012 18:59 |
[swak4Foam] for faceZones | andrea.pasquali | OpenFOAM Community Contributions | 3 | August 30, 2011 12:24 |
[Gmsh] Import problem | ARC | OpenFOAM Meshing & Mesh Conversion | 0 | February 27, 2010 11:56 |