29 lines
1.1 KiB
C++
29 lines
1.1 KiB
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
| \\ / O peration | Version: 2.1.0 |
|
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
version 2.0;
|
|
format ascii;
|
|
class dictionary;
|
|
location "constant";
|
|
object porosityDict;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
// Materials: clear region, core, secondary armour layer, primary armour layer
|
|
// a,b,c: tuning parameters
|
|
a 2(0 50);
|
|
b 2(0 1.2);
|
|
c 2(0 0.34);
|
|
|
|
// D50: mean nominal diameter
|
|
D50 2(1 4);
|
|
// porosity (phi)
|
|
porosity 2(1 0.25);
|
|
|
|
// ************************************************************************* //
|