/*--------------------------------*- C++ -*----------------------------------*\
  version     2.0;
  format      ascii;
  class       dictionary;
  object      sampleDict;
\*---------------------------------------------------------------------------*/

type            sets;
libs            (sampling);
interpolationScheme cellPoint;
setFormat       csv;

sets
(
    line_0
    {
        type    uniform;
        axis    y;
        start   (0.6 0 -1.55);
        end     (0.6 2.5 -1.55);
        nPoints 200;
    }
    line_3.33
    {
        type    uniform;
        axis    y;
        start   (0.97 0 -1.55); // 0.57 + (3.33 * 0.12)
        end     (0.97 2.5 -1.55);
        nPoints 200;
    }
    line_6.67
    {
        type    uniform;
        axis    y;
        start   (1.37 0 -1.55); // 0.57 + (6.67 * 0.12)
        end     (1.37 2.5 -1.55);
        nPoints 200;
    }
    line_10
    {
        type    uniform;
        axis    y;
        start   (1.77 0 -1.55); // 0.57 + (10.0 * 0.12)
        end     (1.77 2.5 -1.55);
        nPoints 200;
    }
    line_13.33
    {
        type    uniform;
        axis    y;
        start   (2.17 0 -1.55); // 0.57 + (13.33 * 0.12)
        end     (2.17 2.5 -1.55);
        nPoints 200;
    }
);

fields          (U T k);

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