/*---------------------------------------------------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | faSavageHutterFOAM                              |
|   \\  /    A nd           | Copyright (C) 2017 Matthias Rauter              |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    location    "system";
    object      releaseArea;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //


regions
(

    /*releaseArea1
    {
		type polygon;
		offset (0 0 0);
		vertices
		(
			( 4 -2  0)
			( 4  2  0)
			( 2  2  0)
			( 2 -2  0)
  		);
		h 0.5;
	}*/

    releaseArea2
    {
		type sphere;
		center (12 2.5 7.5);
		r 1.5;
	}
);

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