FoamFile
{
    version   2.0;
    format    ascii;
    class     dictionary;
    location  "system";
    object    meshDict;
}

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

surfaceFile "constant/triSurface/entities.fms";

//<-maxCellSize--
maxCellSize 16;

//--maxCellSize->


localRefinement
{
	"entities.*"
	{
//<-refinementSurfaces--
        cellSize 4;
//--refinementSurfaces->
//<-refinementThickness--
        refinementThickness 16;
//--refinementThickness->
    }
}

objectRefinements
{
//<-refinementBoxOut--
	refinementBox
	{
		type	box;
//<-refinementBox--
		cellSize	8;
		centre (47.6366 24.5571 14.65);
		lengthX 111.273;
		lengthY 65.1142;
		lengthZ 29.3;

//--refinementBox->
	}
//--refinementBoxOut->

//<-groundBox--
    groundBox0
    {
        type	box;
        cellSize		4;
        centre (72.6366 24.5571 4);
        lengthX		345.273;
        lengthY		245.571;
        lengthZ		8;
    }
    areaOfPeople0
    {
        type	box;
        cellSize		4;
        centre (47.6366 24.5571 4);
        lengthX		111.273;
        lengthY		65.1142;
        lengthZ		8;
    }

//--groundBox->

}


boundaryLayers
{
	nLayers 0;
	thicknessRatio 1.2;
	maxFirstLayerThickness 0.1;

	patchBoundaryLayers
	{
		frontAndBack
		{
			nLayers 0;	
		}
		inlet
		{
			nLayers 0;	
		}
		outlet
		{
			nLayers 0;	
		}
		upperWall
		{
			nLayers 0;	
		}
		lowerWall
		{
//<-lowerWall_add_layers--
			nLayers 0;

//--lowerWall_add_layers->
			thicknessRatio 1.2;
			maxFirstLayerThickness 0.1;
			allowDiscontinuity 1;
		}
		"entities.*"
		{
//<-entities_add_layers--
			nLayers 0;

//--entities_add_layers->
			thicknessRatio 1.2;
			maxFirstLayerThickness 0.1;
			allowDiscontinuity 1;
		}
	}

}

// ************************************************************************* //
