/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  v2012                                 |
|   \\  /    A nd           | Website:  www.openfoam.com                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    location    "constant";
    object      porosityDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

// Porous material properties (two materials: background and cylinder)
a               2(0 180);                // viscous resistance [1/m²]
b               2(0 1.9);          // inertial resistance [1/m]
c               2(0 0);                 // added mass coefficient
D50             2(1 0.1);                 // mean grain size [m] (unused if a=0)
porosity        2(1 0.887);               // porosity (1 = fluid, 0.1 = porous medium)

useTransient    false;                   // enable transient correction
debugPor        false;                   // set to true for verbose output

// Definition of the rotating cylinder


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