Skip to content
Snippets Groups Projects
Commit a529ced4 authored by Andrew Heather's avatar Andrew Heather
Browse files

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

parent 75e86eb4
Branches
Tags
No related merge requests found
......@@ -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;
}
}
// ************************************************************************* //
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