/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  1.5                                   |
|   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    object      blockMeshDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

convertToMeters 1;

vertices						
(					// vertice no:	
// box							vertice no	
	(	0	0.4	2.93412044	)	//	0	
	(	0.467653718	0.4	2.66412044	)	//	1	
	(	0.467653718	0.8	2.66412044	)	//	2	
	(	0	0.8	2.93412044	)	//	3	
								
	(	0.16	0.4	3.211248569	)	//	4	
	(	0.627653718	0.4	2.975	)	//	5	
	(	0.627653718	0.8	2.975	)	//	6	
	(	0.16	0.8	3.211248569	)	//	7	
// flat slope center								
	(	4.330127019	0.4	0.43412044	)	//	8	
	(	6.792146401	0.4	-4.16733E-09	)	//	9	
	(	6.792146401	0.8	-4.16733E-09	)	//	10	
	(	4.330127019	0.8	0.43412044	)	//	11	
								
	(	4.385694436	0.4	0.749258921	)	//	12	
	(	6.847713818	0.4	0.315138477	)	//	13	
	(	6.847713818	0.8	0.315138477	)	//	14	
	(	4.385694436	0.8	0.749258921	)	//	15	
// steep slope, right side								
	(	0.467653718	0.0	2.66412044	)	//	16	
	(	0.627653718	0.0	2.941248569	)	//	17	
								
	(	4.330127019	0.0	0.43412044	)	//	18	
	(	4.385694436	0.0	0.749258921	)	//	19	
// flat slope end, right side								
	(	6.792146401	0.0	-4.16733E-09	)	//	20	
	(	6.847713818	0.0	0.315138477	)	//	21	
// steep slope, left side								
	(	0.467653718	1.2	2.66412044	)	//	22	
	(	0.627653718	1.2	2.941248569	)	//	23	
								
	(	4.330127019	1.2	0.43412044	)	//	24	
	(	4.385694436	1.2	0.749258921	)	//	25	
// flat slope end,left side								
	(	6.792146401	1.2	-4.16733E-09	)	//	26	
	(	6.847713818	1.2	0.315138477	)	//	27	
);						
blocks     
(   
//blocks																				
		hex	(	0	1	2	3	4	5	6	7	)(	32	20	25	) simpleGrading (	1	1	14	)
																				
		hex	(	1	8	11	2	5	12	15	6	)(	91	20	25	) simpleGrading (	1	1	14	)
																				
		hex	(	8	9	10	11	12	13	14	15	)(	50	20	25	) simpleGrading (	1	1	14	)
// right side																				
		hex	(	16	18	8	1	17	19	12	5	)(	91	20	25	) simpleGrading (	1	1	14	)
																				
		hex	(	18	20	9	8	19	21	13	12	)(	50	20	25	) simpleGrading (	1	1	14	)
// left																				
		hex	(	2	11	24	22	6	15	25	23	)(	91	20	25	) simpleGrading (	1	1	14	)
																				
		hex	(	11	10	26	24	15	14	27	25	)(	50	20	25	) simpleGrading (	1	1	14	)
);
edges
(
);
patches        
(							
wall slope							
(							
		(	3	2	1	0	)
							
		(	2	11	8	1	)
							
		(	11	10	9	8	)
							
		(	1	8	18	16	)
							
		(	8	9	20	18	)
							
		(	22	24	11	2	)
							
		(	24	26	10	11	)
							
)							
							
patch atmosphere							
(							
		(	4	5	6	7	)
							
		(	5	12	15	6	)
							
		(	12	13	14	15	)
							
		(	17	19	12	5	)
							
		(	19	21	13	12	)
							
		(	6	15	25	23	)
							
		(	15	14	27	25	)
							
		(	3	0	4	7	)
							
		(	1	16	17	5	)
							
		(	22	2	6	23	)
							
)							
							
wall sidewall							
(							
		(	0	1	5	4	)
							
		(	16	18	19	17	)
							
		(	18	20	21	19	)
							
		(	2	3	7	6	)
							
		(	24	22	23	25	)
							
		(	26	24	25	27	)
							
)							
							
patch outlet							
(							
		(	9	10	14	13	)
							
		(	20	9	13	21	)
							
		(	10	26	27	14	)
)																
);


mergePatchPairs
(
);

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