TABLED2

Dynamic Load Tabular Function, Form 2

Description: Defines a parametric tabular function for use in generating time-dependent dynamic loads.

Format:

Example:

Field Definition Type Default
TID Table identification number. Integer > 0 Required
X1 Table parameter. Real 0.0
xi, yi Tabular values. Real Required

Remarks:

  1. xi must be in either ascending or descending order, but not both.
  2. Discontinuities may be specified between any two points. If y is evaluated at a discontinuity, then the average value of y is used. In Figure 1, the value of y at x = x3 is y = (y3 + y4)/2.
  3. At least one continuation entry must be specified.
  4. Any xi-yi pair may be ignored by placing SKIP in either of the two fields.
  5. The end of the table is indicated by the existence of ENDT in either of the two fields following the last entry. Any continuations that follow the entry containing the end-of-table flag ENDT will be ignored.
  6. TABLED2 uses the algorithm

    where x is input to the table and y is returned. The table look-up is performed using linear interpolation within the table and linear extrapolation outside the table using the two starting or endpoints, see Figure 1. No warning messages are given if table data is input incorrectly.

  7. For frequency dependent loads, X1 and xi are measured in cycles per unit time.

    Figure 1. Example of Table Extrapolation and Discontinuity