FoamFile
{
	version             2.0;
	format              ascii;
	class               dictionary;
	location            "system";
	object              changeDictionaryDict;
}


p
{
	boundaryField
	{
		inlet
		{
			type	zeroGradient;
		}
		outlet
		{
			type	fixedValue;
			value	uniform 0.0;
		}
		wall
		{
			type	zeroGradient;
		}
		wall-surface_body
		{
			type	zeroGradient;
		}
		frontAndBackPlanes
		{
			type	empty;
		}
	}
}


U
{
	boundaryField
	{
		inlet
		{
			type	surfaceNormalFixedValue;
			refValue	uniform -10.2889;
		}
		outlet
		{
			type	pressureInletOutletVelocity;
		}
		wall
		{
			type	noSlip;
		}
		wall-surface_body
		{
			type	noSlip;
		}
		frontAndBackPlanes
		{
			type	empty;
		}
	}
}


