initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / stressAnalysis / solidDisplacementFoam / plateHole / system / sampleDict
blob2bc4e82a29b4f185e0121b6bbdf25d83c38fa507
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.6                                   |
5 |   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     location    "system";
14     object      sampleDict;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 interpolationScheme cellPoint;
20 setFormat       raw;
22 sets
24     leftPatch
25     {
26         type    uniform;
27         axis    y;
28         start   ( 0 0.5 0.25 );
29         end     ( 0 2 0.25 );
30         nPoints 100;
31     }
34 surfaces        ();
36 fields          ( sigmaxx );
39 // ************************************************************************* //