CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Running, Solving & CFD (https://www.cfd-online.com/Forums/openfoam-solving/)
-   -   normal distribution (https://www.cfd-online.com/Forums/openfoam-solving/152731-normal-distribution.html)

camzis May 7, 2015 08:35

normal distribution
 
Hi everybody,

I have made a new solver which is a merge of pimpleFoam and icoUncoupledParcelFoam.
Now i would like to use normal distribution in the kinematicCloudProperties file.
Here is the way i do it:
sizeDistribution
{
type normal; //fixedValue;
normalDistribution //fixedValueDistribution
{
minValue 0.0003; // value 0.0003;
maxValue 0.0006;
expectation 2;
variance 1;
}
}
If would like to know if it is correct because i don't have any doc explaining how to use normal distribution in this case.
I need your help please!
Regards!


All times are GMT -4. The time now is 20:58.