Closed wk9874 closed 2 weeks ago
MOOSE can create different formats of CSV files. VectorPostProcessors give a new CSV per step, which gives info like this:
T,id,x,y,z 1000,0,0,0.5,0.5 366.34464934153,1,1,0.5,0.5 132.94639304264,2,2,0.5,0.5 47.622473361857,3,3,0.5,0.5 17.1837001014,4,4,0.5,0.5 5.5129057661661,5,5,0.5,0.5 0,6,6,0.5,0.5
Should support adding data from this type of CSV file
MOOSE can create different formats of CSV files. VectorPostProcessors give a new CSV per step, which gives info like this:
Should support adding data from this type of CSV file