Partial output of results during computation

edited October 2015 in Old versions
Hi All,
I was curious if there is any way to output the results of the computation while it is running without touching the .bi2 files that are being saved?

I ask because I am interested in the forces on the boundary points at very high temporal resolution. I have managed to get what I need passing vtk files to ParaView. However, I am essentially saving very frequently to then have many vtk files which correspond only to the boundaries and then having to pass them through Paraview just to get the forces on small portions of the boundaries. This is obviously very inefficient from a disk space utilization and somewhat slows the computation down with writing to disk.

I was wondering if anyone has suggestions about how to output for only selected points and whether there is an approach with existing tools or will I need to develop this in the code?

Comments

Sign In or Register to comment.