Workspace 6.21.5
|
Adds a new node state to the input MeshModel. This state could be used to represent any data value present at each node in the MeshModel. Common examples are velocity and pressure.
Inputs: | |||
---|---|---|---|
State data | CSIRO::DataAnalysis::DataSeries | An array of data values to be assigned to the nodes in the MeshModel. | |
Scale | double | Optional scaling to apply to each value. | |
State name | QString | The human readable name of the state. | |
Model | CSIRO::Mesh::MeshModel | ||
Outputs: | |||
Model | CSIRO::Mesh::MeshModel |