Workspace 6.21.5
AppendToModelTimeline

Creates a DataCollection representing a "Timeline" for a particular node state in a MeshModel, where each item in the collection is a snapshot of the state values at a given time. The output DataCollection will contain an array of data values for each state / time-step; e.g. position_t0.0, velocity_t0.0 etc.

  • Default label: "Accumulate node values"
  • Member of plug-in: Mesh
  • Catalogue path: Mesh
Inputs:
Mesh modelCSIRO::Mesh::MeshModelInterface

States to recordArrayQStringThe names of the node states to record.
Nominate particles to recordboolIf enabled, an array of particle ids are accepted in the Nominated particles input. This allows us to record just the specific particles we are interested in.
Nominated particlesQVector<int>The particle ids of specific particles in the input MeshModel we are interested in.
Clear timelineArrayQDateTime

Outputs:
Model timelineCSIRO::DataExecution::ObjectDictionary