/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | foam-extend: Open Source CFD                    |
|  \\    /   O peration     | Version:     4.0                                |
|   \\  /    A nd           | Web:         http://www.foam-extend.org         |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    object      sampleDict;
}
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

interpolationScheme cellPoint;

setFormat	raw;
surfaceFormat     raw;

sets
(
    TatYLine
    {
        type            uniform;
        name            cut;
        axis            x;
        start           (-.2 0.5 0);
        end             (0.0 0.5 0);
        nPoints         10;
    }
);

surfaces
(
    /*right
    {
        type            patch;    // always triangulated
	patchName	right;        
        interpolate     true;
        triangulate false;
    }*/

);


fields
(
	//Usolid
	T
);


// ************************************************************************* //
