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/molecularDynamics/mdFoam/nanoNozzle/constant/polyMesh/boundary
2013-12-11 16:09:41 +00:00

58 lines
1.5 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 3.0 |
| \\ / A nd | Web: http://www.extend-project.de |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class polyBoundaryMesh;
location "constant/polyMesh";
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
6
(
sectionAEnd
{
type patch;
nFaces 256;
startFace 77760;
}
sectionCEnd
{
type wall;
nFaces 256;
startFace 78016;
}
front
{
type wall;
nFaces 1696;
startFace 78272;
}
back
{
type wall;
nFaces 1696;
startFace 79968;
}
top
{
type wall;
nFaces 1696;
startFace 81664;
}
bottom
{
type wall;
nFaces 1696;
startFace 83360;
}
)
// ************************************************************************* //