FoamFile
{
    version     2.0;
    format      ascii;
    class       volScalarField;
    object      Y_NC5H10
;
}

dimensions      [0 0 0 0 0 0 0];

internalField   uniform 0;

boundaryField
{
    inlet
    {
        type fixedValue;
        value uniform 0;
    }
    outlet
    {
        type zeroGradient;
    }
    top
    {
        type empty;
    }
    bottom
    {
        type empty;
    }
    frontAndBack
    {
        type empty;
    }
}
