Skip to content
Snippets Groups Projects
Commit 0f8fbf35 authored by mattijs's avatar mattijs
Browse files

Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev

parents 729d53b8 1059796d
No related merge requests found
/*--------------------------------*- 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 | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
...@@ -21,18 +21,18 @@ nIntervals 20; ...@@ -21,18 +21,18 @@ nIntervals 20;
nSamples 10000; nSamples 10000;
// Type of pdf // Type of pdf
pdfType RosinRammler; type RosinRammler;
// Write data flag // Write data flag
writeData true; writeData true;
// PDF model coefficients // PDF model coefficients
RosinRammlerPDF 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;
} }
// ************************************************************************* // // ************************************************************************* //
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment