Particle (Dataset)
Create a particle dataset.
Syntax
model.result().dataset().create(<dtag>,"Particle");
model.result().dataset(<dtag>).set(property, <value>);
Description
model.result().dataset().create(<dtag>,"Particle") creates a particle dataset.
A particle dataset is required to plot particle trajectories. The particle dataset 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
fromphysics if an applicable physics interface is available, otherwise manual
none or the tag of a valid physics interface
none or first applicable physics interface
pgeom or pgeom_ followed by the tag of a particle tracing 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)