GfsOutputParticle
From Gerris
(Difference between revisions)
| Revision as of 06:54, 2 July 2008 Gtom (Talk | contribs) ← Previous diff |
Current revision Popinet (Talk | contribs) (Updated for new inherited syntax) |
||
| Line 1: | Line 1: | ||
| GfsOutputParticle tracks particles moving with the velocity of the fluid (pathlines). | GfsOutputParticle tracks particles moving with the velocity of the fluid (pathlines). | ||
| - | The syntax is: | + | The syntax in parameter files is: |
| - | [[[GfsOutput|GfsOutput]]] x0 y0 z0 | + | [ [[GfsOutputLocation]] ] |
| - | where (x0,y0,z0) define the initial position of the particle. The motion of the particle is recorded in the file 'filename' 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/> | ||
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.

