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 \*---------------------------------------------------------------------------*/
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 application simpleFoam;
30 writeControl timeStep;
46 runTimeModifiable true;
54 // Where to load it from (if not already in solver)
55 functionObjectLibs ("libfieldFunctionObjects.so");
58 outputControl outputTime;
61 setFormat vtk; //gnuplot; //xmgr; //raw; //jplot;
63 // Velocity field to use for tracking.
66 // Tracked forwards (+U) or backwards (-U)
69 // Names of fields to sample. Should contain above velocity field!
72 // Steps particles can travel before being removed
75 // Number of steps per cell (estimate). Set to 1 to disable subcycling.
79 cloudName particleTracks;
81 // Seeding method. See the sampleSets in sampleDict.
82 seedSampleSet uniform; //cloud;//triSurfaceMeshPointSet;
89 start (-0.0205 0.001 0.00001);
90 end (-0.0205 0.0251 0.00001);
96 // ************************************************************************* //