ReverseLoad Custom Task

From OSUPDOCS
Revision as of 10:25, 25 December 2013 by Nairnj (talk | contribs) (Created page with "A custom task to alter calculations based on crack propagation results. __TOC__ == Introduction == The <tt>ReverseLoad</tt> custom task monit...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A custom task to alter calculations based on crack propagation results.

Introduction

The ReverseLoad custom task monitors crack lengths. Once any crack or a specified crack reaches a specified crack length, the crack propagation of all cracks stops and various actions can be performed.

Task Scheduling

In scripted files, a ReverseLoad custom tasks is scheduled using

CustomTask ReverseLoad
Parameter maxLength,(length))
Parameter crackNumber,(number)
Parameter style,(style)

In XML files, this task is scheduled using a Schedule element, which must be within the single <CustomTasks> block:

<Schedule name='ReverseLoad'>
   <Parameter name='maxLength'>(length)</Parameter>
   <Parameter name='crackNumber'>(number)</Parameter>
   <Parameter name=style'/>(number)</Parameter>
</Schedule>