1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
4 | \\ / O peration | Version: 2.0.0 |
5 | \\ / A nd | Web: www.OpenFOAM.org |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
14 outputControl outputTime;
17 setFormat vtk; //gnuplot; //xmgr; //raw; //jplot;
19 // Velocity field to use for tracking.
22 // Tracked forwards (+U) or backwards (-U)
25 // Names of fields to sample. Should contain above velocity field!
28 // Steps particles can travel before being removed
31 // Number of steps per cell (estimate). Set to 1 to disable subcycling.
35 cloudName particleTracks;
37 // Seeding method. See the sampleSets in sampleDict.
38 seedSampleSet uniform; //cloud;//triSurfaceMeshPointSet;
45 // Note: tracks slightly offset so as not to be on a face
46 start (-1.001 1e-7 0.0011);
47 end (-1.001 1e-7 1.0011);
53 // ************************************************************************* //