GfsParticleList
From Gerris
Revision as of 21:52, 1 August 2012; view current revision
←Older revision | Newer revision→
←Older revision | Newer revision→
GfsParticleList in the particulates module is used to define a list of discrete point-particles that drift in or move through the flow.
The syntax in parameter file is:
[ GfsEventList ] { [ GfsParticleForce ] [ GfsParticleForce ] ... }
where the parameter block is optional and defines a list of forces acting on the particles.
If (as a GfsEvent), the GfsParticleList is named, e.g.
GfsParticleList *LP ...
the status of the particles in list can be saved to FILE; e.g.
GfsOutputObject { istep = 1 } FILE LP

