This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/tutorials/discreteMethods/dsmcFoam/freeSpacePeriodic/constant/polyMesh/boundary

44 lines
1.3 KiB
Text
Raw Normal View History

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
2010-09-23 13:04:10 +00:00
| \\ / O peration | Version: 1.6 |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class polyBoundaryMesh;
location "constant/polyMesh";
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
3
(
2010-09-23 13:04:10 +00:00
xPeriodic
{
type cyclic;
2010-09-23 13:04:10 +00:00
nFaces 512;
startFace 14464;
featureCos 0.9;
}
2010-09-23 13:04:10 +00:00
yPeriodic
{
type cyclic;
2010-09-23 13:04:10 +00:00
nFaces 640;
startFace 14976;
featureCos 0.9;
}
2010-09-23 13:04:10 +00:00
zPeriodic
{
type cyclic;
2010-09-23 13:04:10 +00:00
nFaces 640;
startFace 15616;
featureCos 0.9;
}
)
// ************************************************************************* //