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

59 lines
1.5 KiB
Text
Raw Normal View History

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
2013-12-11 16:09:41 +00:00
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 3.0 |
| \\ / A nd | Web: http://www.extend-project.de |
2010-10-13 11:38:34 +00:00
| \\/ 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;
}
)
// ************************************************************************* //