// -*- C++ -*-

// Sampling and I/O settings
#includeEtc "caseDicts/postProcessing/graphs/sampleDict.cfg"

// Override settings here, e.g.
// setConfig { type midPoint; }

type            sets;
libs            (sampling);

writeControl    writeTime;

interpolationScheme cellPoint;

setFormat   raw;

setConfig
{
    type    midPoint;  // midPoint
    axis    distance;  // x, y, z, xyz
}

sets
(
    lineTheta0
    {
        $setConfig;
        start (0 -0.5      0);
        end   (0 -1.5  0);
    }

    lineTheta90
    {
        $setConfig;
        start (0.5 0      0);
        end   (1.5 0     0);
    }

    lineTheta180
    {
        $setConfig;
        start (0 0.5      0);
        end   (0 1.5  0);
    }
    lineStoH2
    {
        $setConfig;
        start (-2 0.5  0);
        end   (-2 1.5  0);
    }
);

fields  (U);

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