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

// Set output format : choice of
//      xmgr
//      jplot
//      gnuplot
//      raw
//      vtk
//      ensight
//      csv

interpolationScheme  cellPoint;

setFormat csv;

sets
(
    bottomline-Elpot
      {
        type  uniform;
        axis  y;
        start (3 0 1);
        end   (3 0.1 1);
        nPoints  20;
      }  

    midline-Elpot
      {
        type  uniform;
        axis  y;
        start (3 0.1 1);
        end   (3 1.102 1);
        nPoints  200;
      } 

    topline-Elpot
      {
        type  uniform;
        axis  y;
        start (3 1.102 1);
        end   (3 2.204 1);
        nPoints  20;
      } 
);

fields  (Elpot);



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