FoamFile
{
    version     2.0;
    format      binary;
    class       volScalarField;
    location    "0";
    object      P0;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dimensions      [1 2 -3 0 0 -1 0];

internalField   uniform 0;

boundaryField
{
    top
    {
        type            fixedValue;
        value           uniform 4;
    }
    bottom
    {
        type            fixedValue;
        value           uniform 0;
    }
    mantle
    {
        type            zeroGradient;
    }
}

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