Reason for Termination data not written to stream tracer CSV file

ReasonForTermination is a CellData array, not a PointData array. When saving a dataset to .csv, only points and point data arrays are saved.

A work around this is to use use first the CellDataToPointData filter.

1 Like