initial commit for version 1.5.x patch release
[OpenFOAM-1.5.x.git] / tutorials / mhdFoam / hartmann / system / sampleDict
blobd7c5a97c45a9ca29dfdaf1702621deb5cf2f7c58
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.5                                   |
5 |   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
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     line_centreProfile 
24     {
25         type            uniform;
27         axis            distance;
28         start           (10.001 -1 0.01);
29         end             (10.001 1 0.01);
30         nPoints         100;
31     }
34 surfaces
35 ();
37 fields          
39     U.component(0)
42 // ************************************************************************* //