STYLE: miss-aligned Headers
[foam-extend-3.2.git] / tutorials / surfaceTracking / interTrackFoam / hydrofoil / constant / faMesh / faMeshDefinition
blobd8703700adde3ec9e01b60801a10b487ae94c5a3
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.0                                |
5 |   \\  /    A nd           | Web:         http://www.extend-project.de       |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     object      faMeshDefinition;
15 // ************************************************************************** //
17 polyMeshPatches  1( freeSurface );
19 boundary
21     inlet
22     {
23         type                patch;
24         ownerPolyPatch      freeSurface;
25         neighbourPolyPatch  inlet;
26     }
28     outlet
29     {
30         type                patch;
31         ownerPolyPatch      freeSurface;
32         neighbourPolyPatch  outlet;
33     }
35     frontAndBack
36     {
37         type                empty;
38         ownerPolyPatch      freeSurface;
39         neighbourPolyPatch  frontAndBackPlanes;
40     }
43 // ************************************************************************** //