AlanZee's picture
Upload folder using huggingface_hub (part 8)
6149e41 verified
Raw
History Blame Contribute Delete
1.52 kB
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: |
| \\ / A nd | Web: www.OpenFOAM.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class polyBoundaryMesh;
location "constant/polyMesh";
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
5
(
inlet
{
type patch;
nFaces 70;
startFace 104180;
}
outlet
{
type patch;
nFaces 70;
startFace 104250;
}
ground
{
type wall;
inGroups 1(wall);
nFaces 750;
startFace 104320;
}
top
{
type patch;
nFaces 750;
startFace 105070;
}
sides
{
type empty;
inGroups 1(empty);
nFaces 105000;
startFace 105820;
}
)
// ************************************************************************* //