fixed writing out entries in advective bc
[OpenFOAM-1.6-ext.git] / tutorials / stressAnalysis / solidDisplacementFoam / plateHole / system / sampleDict
blobf8de6323f3a68933ccf9028870986c8d8e8f69d2
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM Extend Project: Open Source CFD        |
4 |  \\    /   O peration     | Version:  1.6-ext                               |
5 |   \\  /    A nd           | Web:      www.extend-project.de                 |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     object      sampleDict;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 interpolationScheme cellPoint;
19 setFormat     raw;
21 sets
23     leftPatch
24     {
25         type            uniform;
26         axis            y;
27         start           (0 0.5 0.25);
28         end             (0 2 0.25);
29         nPoints         100;
30     }
33 surfaces
34 ();
36 fields
38     sigmaxx
41 // ************************************************************************* //