fixed writing out entries in advective bc
[OpenFOAM-1.6-ext.git] / tutorials / stressAnalysis / solidDisplacementFoam / plateHole / system / sampleSurfaceDict
blobfd63a5936afa7c67798adb71d5e6308d7e23c7df
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 surfaceFormat     dx;
21 surfaces
23     constantPlane
24     {
25         name      plate;
26         basePoint (0 0 0.25);
27         normalVector (0 0 1);
28     }
31 fields
33     sigmaxx
36 // ************************************************************************* //