BUG: Updated pdfDict example - mantis #754

This commit is contained in:
andy
2013-03-14 08:59:41 +00:00
parent 0ac50306aa
commit eaaec5c414

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: dev | | \\ / O peration | Version: dev |
| \\ / A nd | Web: www.OpenFOAM.org | | \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
@ -31,8 +31,8 @@ RosinRammlerDistribution
{ {
minValue 1e-06; minValue 1e-06;
maxValue 200e-06; maxValue 200e-06;
d (60.0e-06); d 60.0e-06;
n (0.8); n 0.8;
} }
// ************************************************************************* // // ************************************************************************* //