Workspace 6.21.5
|
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.
Inputs: | |||
---|---|---|---|
Mesh model | CSIRO::Mesh::MeshModelInterface | ||
States to record | Array | QString | The names of the node states to record. |
Nominate particles to record | bool | If 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 particles | QVector<int> | The particle ids of specific particles in the input MeshModel we are interested in. | |
Clear timeline | Array | QDateTime | |
Outputs: | |||
Model timeline | CSIRO::DataExecution::ObjectDictionary |