STYLE: miss-aligned Headers
[foam-extend-3.2.git] / tutorials / financial / financialFoam / europeanCall / constant / polyMesh / boundary
blobf585d391f1e0c0c5d0b7b341f82322f899e578f3
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       polyBoundaryMesh;
13     location    "constant/polyMesh";
14     object      boundary;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
20     lowValue
21     {
22         type            patch;
23         nFaces          1;
24         startFace       499;
25     }
26     highValue
27     {
28         type            patch;
29         nFaces          1;
30         startFace       500;
31     }
32     defaultFaces
33     {
34         type            empty;
35         nFaces          2000;
36         startFace       501;
37     }
40 // ************************************************************************* //