Hi everybody,<br><br>I have a time-dependent field u(x,y,z,t) and two scalars s1(t), s2(t). At the time being, for each time frame I have a separate .vtk file<br><br>u(x,y,z,t0) -&gt; step_0000.vtk<br>u(x,y,z,t1) -&gt; step_0001.vtk<br>
u(x,y,z,t2) -&gt; step_0002.vtk<br>etc.<br><br>whereas the corresponding scalar quantities are stored synchronously in a single column-formatted file<br>s1(t0)&nbsp;&nbsp; s2(t0)<br>s1(t1)&nbsp;&nbsp; s2(t1)<br>s1(t2)&nbsp;&nbsp; s2(t2)<br>
etc.<br><br>I usually visualise the .vtk file and animate u. Since s1(t) and s2(t) are influencing the overall dynamics, I wold need to looad and visualise s1 and s2 at the same time, possibly animate them synchronously.<br>
<br>What is the best way to achieve this? If you have any smart suggestions as to how store s1(t) and s2(t) within the .vtk file I would be grateful. Please note that s1 and s2 are *not* probation points of the field u, but they are totally diferent quantities.<br>
<br>Best.<br><br>Daniele<br><br>