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/combustion/reactingFoam/ras/counterFlowFlame2D/constant/polyMesh/boundary

47 lines
1.3 KiB
Text
Raw Normal View History

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
2010-09-23 13:04:10 +00:00
| \\ / O peration | Version: dev |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class polyBoundaryMesh;
location "constant/polyMesh";
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
2010-09-23 13:04:10 +00:00
4
(
2010-09-23 13:04:10 +00:00
fuel
{
type patch;
nFaces 40;
startFace 7860;
}
2010-09-23 13:04:10 +00:00
air
{
type patch;
nFaces 40;
startFace 7900;
}
2010-09-23 13:04:10 +00:00
outlet
{
type patch;
2010-09-23 13:04:10 +00:00
nFaces 200;
startFace 7940;
}
frontAndBack
{
type empty;
nFaces 8000;
startFace 8140;
}
)
// ************************************************************************* //