watts icon indicating copy to clipboard operation
watts copied to clipboard

Improve data extraction in the RELAP5 plugin

Open zhieejhia93 opened this issue 1 year ago • 0 comments

Currently the RELAP5 plugin converts the plotfl text file into a CSV file and stores the selected data. This process could be problematic for large cases as the conversion process is time and memory consuming.

With the improvement, the plotfl file will no longer need to be converted to CSV. Instead, it will be read directly using PyPost which is a Python library from SNAP that can directly read the plotfl file. The new approach is significantly more efficient and is particularly suitable for large simulation cases.

Given that access to SNAP is restricted, the current plotfl-to-CSV conversion approach will NOT be removed for users without access to SNAP (or PyPost).

zhieejhia93 avatar Jul 19 '22 15:07 zhieejhia93