Particle (Data Set)
Create a particle data set.
Syntax
model.result().dataset().create(<dtag>,"Particle");
model.result().dataset(<dtag>).set(property, <value>);
Description
model.result().dataset().create(<dtag>,"Particle") creates a particle data set.
A particle data set is required to plot particle trajectories. The particle data set identifies the geometry in which the particle data is stored and the degrees of freedom which determine the position of each particle.
The following properties are available:
manual | fromphysics
none or the tag of a valid physics interface
The geometry in which the particle degrees of freedom are defined. The correct name of this particle geometry is pgeom_<tag>, where <tag> is the name for the Particle Tracing interface node.
See Also
Particle (Evaluation)