Skip to content
Snippets Groups Projects
Commit cc039d13 authored by mattijs's avatar mattijs
Browse files

GIT: tutorials: cleanup generated files

parent 4db5c365
Branches
Tags
No related merge requests found
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v1812 |
| \\ / A nd | Web: www.OpenFOAM.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class polyBoundaryMesh;
location "constant/polyMesh";
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
5
(
inlet
{
type patch;
nFaces 20;
startFace 2320;
}
bound
{
type wall;
inGroups 1(wall);
nFaces 120;
startFace 2340;
}
outlet
{
type patch;
nFaces 20;
startFace 2460;
}
bottom
{
type patch;
nFaces 1200;
startFace 2480;
}
top
{
type patch;
nFaces 1200;
startFace 3680;
}
)
// ************************************************************************* //
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment