singleGraph
{
    start   (0.05 0 0.005);
    end     (0.05 0.1 0.005);
    nPoints         100;
    interpolationScheme cellPointFace;
    fields          (T);

    #includeEtc "caseDicts/postProcessing/graphs/sampleDict.cfg"
    //#includeEtc "caseDicts/postProcessing/graphs/sampleDict.cfg"
    // interpolationScheme cellPatchConstrained;

    // setFormat   raw;

    setConfig
    {
        axis    y;    // x, y, z, xyz
        //nPoints 1000;
    }

    // setConfig
    // {
    //     axis    x;
    // }

// Must be last entry
    #includeEtc "caseDicts/postProcessing/graphs/graph.cfg"
}

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