<div dir="ltr"><div><div><div><div><span style="font-family:courier new,monospace">Dear Paraview users,<br><br></span></div><span style="font-family:courier new,monospace">I would like to display a wave elevation field in Paraview, that is a structured mesh with a scalar data (wave elevation). This mesh moves over time.<br>
</span></div><div><span style="font-family:courier new,monospace">I came up with a solution based on CSV point files and a delaunay 2d filter in Paraview to represent wave elevation.<br></span></div><span style="font-family:courier new,monospace"><br>
I ask myself some questions about the input file format, that could contain only points, or a mesh.<br></span></div><div><span style="font-family:courier new,monospace">Is there a dedicated format to do so?<br></span></div>
<div><span style="font-family:courier new,monospace">Ideally, this format would <br></span></div><div><span style="font-family:courier new,monospace">- be a single file containing all results over time<br></span></div><div>
<span style="font-family:courier new,monospace">- not repeat data (My CSV files contain repeatdly the same coordinates many many times)<br><br></span></div><div><span style="font-family:courier new,monospace">I have looked at VTK format, but I can't figure out which one would answer my needs. <br>
</span></div><div><span style="font-family:courier new,monospace">Can HDf5 file format help? (If it is possible to import hdf5 package in python interpreter)<br></span></div><span style="font-family:courier new,monospace"><br>
</span></div><span style="font-family:courier new,monospace">My data could be represented like this<br></span><div><span style="font-family:courier new,monospace"><br>ti, y0, y1, y2, y3<br>x0,z00,z01,z02,z03<br>x1,z10,z11,z12,z13<br>
x2,z20,z21,z22,z23<br>x3,z30,z31,z32,z33<br>x4,z40,z41,z42,z43<br>x5,z50,z51,z52,z53<br><br></span></div><div><span style="font-family:courier new,monospace">where ti represents a timestep<br></span></div><div><span style="font-family:courier new,monospace"><br>
</span><br><div><span style="font-family:courier new,monospace">Guillaume Jacquenot<br></span></div><span style="font-family:courier new,monospace">Thanks</span></div></div>