GfsOutputParticle
From Gerris
(Difference between revisions)
| Revision as of 21:39, 3 July 2008 Popinet (Talk | contribs) (examples cross-reference) ← Previous diff |
Current revision Popinet (Talk | contribs) (Updated for new inherited syntax) |
||
| Line 3: | Line 3: | ||
| The syntax in parameter files is: | The syntax in parameter files is: | ||
| - | [ [[GfsOutput|GfsOutput]] ] x0 y0 z0 | + | [ [[GfsOutputLocation]] ] |
| - | where (<code>x0</code>, <code>y0</code>, <code>z0</code>) define the initial position of the particle. The motion of the particle is recorded in the output file with the format (t, x, y, z). | + | The motion of the particle is recorded in the output file with one record per line and five space-separated columns per record: index (starting from zero), time, x, y, z. |
| <examples/> | <examples/> | ||
Current revision
GfsOutputParticle tracks particles moving with the velocity of the fluid (pathlines).
The syntax in parameter files is:
[ GfsOutputLocation ]
The motion of the particle is recorded in the output file with one record per line and five space-separated columns per record: index (starting from zero), time, x, y, z.

