mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
65 lines
1.8 KiB
C++
65 lines
1.8 KiB
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
| \\ / O peration | Version: dev |
|
|
| \\ / A nd | Web: www.OpenFOAM.com |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
version 2.0;
|
|
format ascii;
|
|
class polyBoundaryMesh;
|
|
location "constant/polyMesh";
|
|
object boundary;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
6
|
|
(
|
|
xPeriodic_half0
|
|
{
|
|
type cyclic;
|
|
nFaces 256;
|
|
startFace 14464;
|
|
neighbourPatch xPeriodic_half1;
|
|
}
|
|
xPeriodic_half1
|
|
{
|
|
type cyclic;
|
|
nFaces 256;
|
|
startFace 14720;
|
|
neighbourPatch xPeriodic_half0;
|
|
}
|
|
yPeriodic_half0
|
|
{
|
|
type cyclic;
|
|
nFaces 320;
|
|
startFace 14976;
|
|
neighbourPatch yPeriodic_half1;
|
|
}
|
|
yPeriodic_half1
|
|
{
|
|
type cyclic;
|
|
nFaces 320;
|
|
startFace 15296;
|
|
neighbourPatch yPeriodic_half0;
|
|
}
|
|
zPeriodic_half0
|
|
{
|
|
type cyclic;
|
|
nFaces 320;
|
|
startFace 15616;
|
|
neighbourPatch zPeriodic_half1;
|
|
}
|
|
zPeriodic_half1
|
|
{
|
|
type cyclic;
|
|
nFaces 320;
|
|
startFace 15936;
|
|
neighbourPatch zPeriodic_half0;
|
|
}
|
|
)
|
|
|
|
// ************************************************************************* //
|