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
2014-06-01 18:23:43 +02:00

1.7 KiB

/*——————————–- C++ -———————————-*\

=======
\\ / F ield foam-extend: Open Source CFD
\\ / O peration Version: 3.1
\\ / A nd Web: http://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; }

)

/ * /