You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
1.2 KiB
C++
47 lines
1.2 KiB
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
========= |
|
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
|
\\ / O peration | Website: https://openfoam.org
|
|
\\ / A nd | Version: 12
|
|
\\/ M anipulation |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
format binary;
|
|
class polyBoundaryMesh;
|
|
location "constant/polyMesh";
|
|
object boundary;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
4
|
|
(
|
|
Inlet
|
|
{
|
|
type patch;
|
|
nFaces 3200;
|
|
startFace 1688767;
|
|
}
|
|
Outlet
|
|
{
|
|
type patch;
|
|
nFaces 3200;
|
|
startFace 1691967;
|
|
}
|
|
Ext
|
|
{
|
|
type patch;
|
|
nFaces 6400;
|
|
startFace 1695167;
|
|
}
|
|
wag
|
|
{
|
|
type wall;
|
|
inGroups List<word> 1(wall);
|
|
nFaces 25612;
|
|
startFace 1701567;
|
|
}
|
|
)
|
|
|
|
// ************************************************************************* //
|