mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Updated pdfDict example - mantis #754
This commit is contained in:
@ -21,13 +21,13 @@ 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;
|
||||||
|
|||||||
Reference in New Issue
Block a user