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/icoFoam/elbow/constant/polyMesh/boundary.org

68 lines
1.7 KiB
Org Mode
Raw Normal View History

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
2010-11-24 20:48:09 +00:00
| \\ / 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;
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
( wall-4
{
type wall;
physicalType wall;
startFace 1300;
nFaces 100;
}
velocity-inlet-5
{
type patch;
physicalType inlet;
startFace 1400;
nFaces 8;
}
velocity-inlet-6
{
type patch;
physicalType inlet;
startFace 1408;
nFaces 4;
}
pressure-outlet-7
{
type patch;
physicalType outlet;
startFace 1412;
nFaces 8;
}
wall-8
{
type wall;
physicalType wall;
startFace 1420;
nFaces 34;
}
frontAndBackPlanes
{
type empty;
physicalType empty;
startFace 1454;
nFaces 1836;
}
)
// ************************************************************************* //