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/)
-   -   [Salome] FaceZones in polyMesh (https://www.cfd-online.com/Forums/openfoam-meshing/247679-facezones-polymesh.html)

BLK February 17, 2023 05:48

FaceZones in polyMesh
 
1 Attachment(s)
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.

Attachment 93382

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
.......


All times are GMT -4. The time now is 07:51.