FoamFile
{
	version             2.0;
	format              binary;
	arch                "LSB;label=32;scalar=64";
	class               volVectorField;
	location            "0";
	object              U;
}


dimensions	[0 1 -1 0 0 0 0];

internalField	uniform (0.0 0.0 0.0);

boundaryField
{
	inlet
	{
		type	surfaceNormalFixedValue;
		value	uniform (0.0 0.0 0.0);
		refValue	uniform -10.2889;
	}
	outlet
	{
		type	pressureInletOutletVelocity;
		value	uniform (0.0 0.0 0.0);
	}
	wall
	{
		type	noSlip;
	}
	wall_surface_body
	{
		type	noSlip;
	}
	frontAndBackPlanes
	{
		type	empty;
	}
}
