Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-2.0.x
[OpenFOAM-2.0.x.git] / tutorials / electromagnetics / mhdFoam / hartmann / system / sampleDict
blobc76cd86f55c88b3f73ab20135fa47b7536c2ccd1
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  2.0.0                                 |
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     line_centreProfile
25     {
26         type    uniform;
27         axis    distance;
28         start   ( 10.001 -1 0.01 );
29         end     ( 10.001 1 0.01 );
30         nPoints 100;
31     }
34 fields          ( Ux );
37 // ************************************************************************* //