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/incompressible/icoDyMFoam/movingBlockRBF/constant/polyMesh/boundary
2011-03-24 16:33:36 +00:00

58 lines
1.5 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM Extend Project: Open source CFD |
| \\ / O peration | Version: 1.6-ext |
| \\ / A nd | Web: www.extend-project.de |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class polyBoundaryMesh;
location "constant/polyMesh";
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
6
(
block
{
type wall;
nFaces 12;
startFace 1184;
}
top
{
type wall;
nFaces 25;
startFace 1196;
}
bottom
{
type wall;
nFaces 25;
startFace 1221;
}
left
{
type wall;
nFaces 25;
startFace 1246;
}
right
{
type wall;
nFaces 25;
startFace 1271;
}
frontAndBack
{
type empty;
nFaces 1240;
startFace 1296;
}
)
// ************************************************************************* //