Link Search Menu Expand Document
Converted document
 Section 5.3: The Control Section Up Chapter 5: Restart Input file Section 5.5: The Step Section  

5.4 The LoadData Section

In the LoadData section some or all of the load curves can be redefined, or new load curves can be added. The syntax is identical to the LoadData section of the FEBio input file:
<LoadData>
  <loadcurve id="1">
    <loadpoint>0, 0</loadpoint>
    ...
    <loadpoint>1, 0.54</loadpoint>
  </loadcurve>
</LoadData>
In this case, the loadcurve id is the loadcurve number of the loadcurve that the user wishes to redefine.
New loadcurves can be added as well. This is useful when in addition adding new Step sections, where new boundary conditions are defined. When adding new loadcurves, make sure to continue the numbering of the parent input file. That is, if the last loadcurve of the parent input file has and id of n, then the first new load curve defined here must have id of n+1.
 Section 5.3: The Control Section Up Chapter 5: Restart Input file Section 5.5: The Step Section