AdjustTimeStep Custom Task
Jump to navigation
Jump to search
If a custom task is available but is unknown to NairnFEAMPM, you can still use such tasks by adding them with an <a href="xmldata.html">XMLData command</a> block. The template for submitting undocumented custom tasks is:
XMLData,CustomTasks <Schedule name='Task Name'> <Parameter name='param 1'>2</Parameter> <Parameter name='param 2'>10</Parameter> </Schedule> EndXMLData
where you enter the name of the task in the Schedule
command and list or parameters needed by that task in subordinate Parameter
commands.