// -*- C++ -*-

type            sets;
libs            (sampling);

writeControl    timeStep;

interpolationScheme cellPatchConstrained;

setFormat       raw;

fields          (STilde U epsilon k phit nut);

sets
{
    lineX1
    {
        type        midPoint;
        axis        y;

        //- cavity. Slightly perturbed so not to align with face or edge.
        start       (0.0127 0 0.00635);
        end         (0.0127 0.12 0.00635);
        nPoints     10;
    }
    lineX4
    {
        type        midPoint;
        axis        y;

        //- cavity. Slightly perturbed so not to align with face or edge.
        start       (0.0508 0 0.00635);
        end         (0.0508 0.12 0.00635);
        nPoints     10;
    }
    lineX6
    {
        type        midPoint;
        axis        y;

        //- cavity. Slightly perturbed so not to align with face or edge.
        start       (0.0762 0 0.00635);
        end         (0.0762 0.12 0.00635);
        nPoints     10;
    }


}


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