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


setFormat csv;


surfaceFormat vtk;

formatOptions
{
    ensight
    {
        format  ascii;
    }
}


interpolationScheme cellPoint;


fields
(
    //p
    //ElPot
    U
);


sets
(
    lineX1
    {
        //type        midPointAndFace;
        type        midPoint;
        axis        distance;

        //- cavity. Slightly perturbed so not to align with face or edge.
        start       (5.9 -1.02 0);
        end         (5.9 1.02 0);
        nPoints     100;
    }
 /*line_Y4.71
    {
        type        midPointAndFace;
        axis        distance;

        //- cavity. Slightly perturbed so not to align with face or edge.
        start       (4.71 0 0.5);
        end         (4.71 0.5 0.5);
        nPoints     80;
    }*/

    
);





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