OOF2: The Manual
Name
Mesh File (MeshFileOutput) — Save a complete Mesh data file containing field data at each output time.
Synopsis
MeshFileOutput()
Description
While solving a
time dependent problem, a MeshFileOutput can
be scheduled to
save all of the mesh data at intermediate times. The resulting file
can be reloaded into OOF2 by OOF.File.Load.Data or via the --data
startup command line option.
The output file will contain the complete definition of the Mesh.
It will contain a single copy of all of the Microstructure, Skeleton, and
Mesh structural data, as well as the Field values at the
scheduled output times.
The only type of OutputDestination
that can be used with MeshFileOutput is DataFileOutput.



