44 lines
1.3 KiB
Text
44 lines
1.3 KiB
Text
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||
|
| ========= | |
|
||
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||
|
| \\ / O peration | Version: dev |
|
||
|
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
||
|
| \\/ M anipulation | |
|
||
|
\*---------------------------------------------------------------------------*/
|
||
|
FoamFile
|
||
|
{
|
||
|
version 2.0;
|
||
|
format ascii;
|
||
|
class polyBoundaryMesh;
|
||
|
location "constant/polyMesh";
|
||
|
object boundary;
|
||
|
}
|
||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||
|
|
||
|
3
|
||
|
(
|
||
|
periodicX
|
||
|
{
|
||
|
type cyclic;
|
||
|
nFaces 288;
|
||
|
startFace 4752;
|
||
|
featureCos 0.9;
|
||
|
}
|
||
|
periodicY
|
||
|
{
|
||
|
type cyclic;
|
||
|
nFaces 288;
|
||
|
startFace 5040;
|
||
|
featureCos 0.9;
|
||
|
}
|
||
|
periodicZ
|
||
|
{
|
||
|
type cyclic;
|
||
|
nFaces 288;
|
||
|
startFace 5328;
|
||
|
featureCos 0.9;
|
||
|
}
|
||
|
)
|
||
|
|
||
|
// ************************************************************************* //
|