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/solidMechanics/icoFsiElasticNonLinULSolidFoam/HronTurekFsi/fluid/constant/polyMesh/boundary

74 lines
1.5 KiB
Text
Raw Normal View History

2012-09-11 15:42:55 +00:00
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM Extend Project: Open source CFD |
| \\ / O peration | Version: 1.6-ext |
| \\ / A nd | Web: www.extend-project.de |
| \\/ M anipulation | |
2012-09-11 15:42:55 +00:00
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class polyBoundaryMesh;
location "constant/polyMesh";
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
2012-09-11 15:42:55 +00:00
7
(
plate
{
type wall;
nFaces 168;
startFace 41420;
}
outlet
{
type patch;
nFaces 84;
startFace 41588;
}
inlet
{
type patch;
nFaces 80;
startFace 41672;
}
cylinder
{
type wall;
nFaces 120;
startFace 41752;
}
bottom
{
type wall;
nFaces 234;
startFace 41872;
}
top
{
type wall;
nFaces 234;
startFace 42106;
}
frontAndBackPlanes
{
type empty;
nFaces 41880;
startFace 42340;
}
2012-09-11 15:42:55 +00:00
)
2012-09-11 15:42:55 +00:00
// ************************************************************************* //