Upgrade case file headers
[foam-extend-3.2.git] / tutorials / surfaceTracking / interTrackFoam / sloshing2D / constant / faMesh / faMeshDefinition
blob3ef451e17aa20467c9707107199b0383a36b18b8
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     left
23     {
24         type                patch;
25         ownerPolyPatch      freeSurface;
26         neighbourPolyPatch  leftWall;
27     }
29     right
30     {
31         type                patch;
32         ownerPolyPatch      freeSurface;
33         neighbourPolyPatch  rightWall;
34     }
36     frontAndBack
37     {
38         type                empty;
39         ownerPolyPatch      freeSurface;
40         neighbourPolyPatch  frontAndBack;
41     }
44 // ************************************************************************** //