HistoryArchive Custom Task
Revision as of 09:02, 25 December 2013 by Nairnj (talk | contribs) (Created page with "A custom task to archive material history data in an alternate format. == Introduction == The [[MPMArchiving Options|<tt>ToArchive</tt> comm...")
A custom task to archive material history data in an alternate format.
Introduction
The ToArchive command options can only archive material history variables 1 through 4 for each particle. This custom task provides a method to archive more history variables and also provides an alternate format for archiving history variables 1 through 4.
Task Scheduling
In scripted files, a VTKArchive custom tasks is scheduled using
CustomTask HistoryArchive Parameter archiveTime,(timeInterval) Parameter firstArchiveTime,(firstTime) Parameter (number) . . .
In XML files, this tasks is scheduled using a Schedule element, which must be within the single <CustomTasks> block:
<Schedule name='HistoryArchive'> <Parameter name='archiveTime'>(timeInterval)</Parameter> <Parameter name='firstArchiveTime'>(firstTime)</Parameter> <Parameter name='(number)'/> . . . </Schedule>