mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
42 lines
1.1 KiB
C++
42 lines
1.1 KiB
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
========= |
|
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
|
\\ / O peration | Website: https://openfoam.org
|
|
\\ / A nd | Version: 6
|
|
\\/ M anipulation |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
version 2.0;
|
|
format ascii;
|
|
class polyBoundaryMesh;
|
|
location "constant/polyMesh";
|
|
object boundary;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
3
|
|
(
|
|
inlet
|
|
{
|
|
type patch;
|
|
nFaces 1;
|
|
startFace 19;
|
|
}
|
|
outlet
|
|
{
|
|
type patch;
|
|
nFaces 1;
|
|
startFace 20;
|
|
}
|
|
defaultFaces
|
|
{
|
|
type empty;
|
|
inGroups 1(empty);
|
|
nFaces 80;
|
|
startFace 21;
|
|
}
|
|
)
|
|
|
|
// ************************************************************************* //
|