Workspace 6.21.5
|
Averages all the state values for all nodes or elements that have a state with the specified name, outputting a single value: the average.
Inputs: | |||
---|---|---|---|
Mesh model | CSIRO::Mesh::MeshModel | ||
List type | CSIRO::Mesh::MeshModel::ListType | The type of state to average - a Node state or an Element state. | |
State name | QString | ||
Vector mapping | CSIRO::Mesh::VectorMapping | Controls how vector state values are converted into scalar (floating-point) values. | |
Outputs: | |||
Average | double | The average of all nodes / elements with the specified state name. |