Upgrade case file headers
[foam-extend-3.2.git] / tutorials / surfaceTracking / bubbleInterTrackFoam / bubble2D_r0.75mm / constant / faMesh / faMeshDefinition
blob374dc3801802e1ecbdedbaeded5ebbeb77d82a76
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.2                                |
5 |   \\  /    A nd           | Web:         http://www.foam-extend.org         |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     location    "constant/faMesh";
14     object      faMeshDefinition;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 polyMeshPatches  1( freeSurface );
20 boundary
22     frontAndBack
23     {
24         type                empty;
25         ownerPolyPatch      freeSurface;
26         neighbourPolyPatch  frontAndBackPlanes;
27     }
30 // ************************************************************************** //