Modified VTK file output to enable time display in ParaView
When visualizing results in ParaView, the simulation time was not displayed correctly because the time data was being output as TOTALTIME instead of FieldData TimeValue. This fix updates the output format so that ParaView can properly recognize and display the simulation time when loading VTK files.
