AlanZee's picture
Upload folder using huggingface_hub (part 15)
4c07a80 verified
Raw
History Blame Contribute Delete
1.6 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
(
leftWall
{
type wall;
inGroups 1(wall);
nFaces 128;
startFace 32512;
}
rightWall
{
type wall;
inGroups 1(wall);
nFaces 128;
startFace 32640;
}
lowerWall
{
type wall;
inGroups 1(wall);
nFaces 128;
startFace 32768;
}
upperWall
{
type patch;
nFaces 128;
startFace 32896;
}
defaultFaces
{
type empty;
inGroups 1(empty);
nFaces 32768;
startFace 33024;
}
)
// ************************************************************************* //