Grain (Dataset)
Create a grain dataset.
Syntax
model.result().dataset().create(<dtag>,"Grain");
model.result().dataset(<dtag>).set(property,<value>);
Description
model.result().dataset().create(<dtag>,"Grain") creates a grain dataset.
A grain dataset is required to plot grain positions. The grain dataset identifies the geometry in which the grain data is stored and the degrees of freedom which determine the position of each grain.
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 granular flow physics interface
The geometry in which the grain degrees of freedom are defined. The correct name of this particle geometry is pgeom_<tag>, where <tag> is the name for the Granular Flow interface node.
See Also
Grain (Evaluation)