ENH: Aachen bomb tutorial - added example of particleSistribution function object

This commit is contained in:
Andrew Heather
2016-12-19 14:24:35 +00:00
parent 75e86eb413
commit a529ced473

View File

@ -49,5 +49,22 @@ maxCo 0.1;
runTimeModifiable yes;
functions
{
distribtion1
{
type particleDistribution;
libs ("libfieldFunctionObjects.so");
writeControl writeTime;
cloud sprayCloud;
nameVsBinWidth
(
(d 1e-5)
(U 10)
);
distributionBinWidth 1e-5;
}
}
// ************************************************************************* //