Skip to content
Snippets Groups Projects
Commit f6883745 authored by andy's avatar andy
Browse files

ENH: Added example usage for particle collector function object

parent 4ffc4741
Branches
Tags
No related merge requests found
......@@ -133,7 +133,24 @@ subModels
cloudFunctions
{}
{
particleCollector
{
mode concentricCircle;
origin (0.05 0.025 0.005);
radius (0.01 0.025 0.05);
nSector 10;
refDir (1 0 0);
normal (0 0 1);
negateParcelsOppositeNormal no;
removeCollected no;
surfaceFormat vtk;
resetOnWrite no;
log yes;
}
}
// ************************************************************************* //
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