simvue-io / integrations

A repository to store the integrations (or wrappers) of the Simvue Client for different use cases
Apache License 2.0
0 stars 0 forks source link

Add support for vector CSV files #3

Closed wk9874 closed 2 weeks ago

wk9874 commented 2 months 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