mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Aachen bomb tutorial - added example of particleSistribution function object
This commit is contained in:
@ -49,5 +49,22 @@ maxCo 0.1;
|
|||||||
|
|
||||||
runTimeModifiable yes;
|
runTimeModifiable yes;
|
||||||
|
|
||||||
|
functions
|
||||||
|
{
|
||||||
|
distribtion1
|
||||||
|
{
|
||||||
|
type particleDistribution;
|
||||||
|
libs ("libfieldFunctionObjects.so");
|
||||||
|
writeControl writeTime;
|
||||||
|
cloud sprayCloud;
|
||||||
|
nameVsBinWidth
|
||||||
|
(
|
||||||
|
(d 1e-5)
|
||||||
|
(U 10)
|
||||||
|
);
|
||||||
|
distributionBinWidth 1e-5;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
Reference in New Issue
Block a user