mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
54 lines
1.5 KiB
C++
54 lines
1.5 KiB
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
| \\ / O peration | Version: dev |
|
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
version 2.0;
|
|
format ascii;
|
|
class polyBoundaryMesh;
|
|
location "constant/polyMesh";
|
|
object boundary;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
5
|
|
(
|
|
inlet
|
|
{
|
|
type patch;
|
|
nFaces 600;
|
|
startFace 715675;
|
|
}
|
|
outlet
|
|
{
|
|
type patch;
|
|
nFaces 1140;
|
|
startFace 716275;
|
|
}
|
|
upperWall
|
|
{
|
|
type wall;
|
|
nFaces 4460;
|
|
startFace 717415;
|
|
}
|
|
lowerWall
|
|
{
|
|
type wall;
|
|
nFaces 5000;
|
|
startFace 721875;
|
|
}
|
|
frontAndBack
|
|
{
|
|
type cyclic;
|
|
nFaces 24450;
|
|
startFace 726875;
|
|
featureCos 0.9;
|
|
}
|
|
)
|
|
|
|
// ************************************************************************* //
|