TABLED1

Bulk Data Entry Defines a tabular function for use in generating frequency-dependent and time-dependent dynamic loads.

Format

(1) (2) (3) (4) (5) (6) (7) (8) (9) (10)
TABLED1 TID XAXIS YAXIS FLAT
x1 y1 x2 y2 x3 y3 x4 y4
x5 y5 etc. etc. etc. etc. etc. etc.

Example

(1) (2) (3) (4) (5) (6) (7) (8) (9) (10)
TABLED1 32
-3.0 6.9 2.0 5.6 3.0 5.6 ENDT

Definitions

Field Contents SI Unit Example
TID Table identification number.

No default (Integer > 0)

XAXIS Specifies a linear or logarithmic interpolation for the x-axis. 5
LINEAR (Default)
LOG
YAXIS Specifies a linear or logarithmic interpolation for the y-axis. 5, 6
LINEAR (Default)
LOG
SMOOTH
FLAT
Specifies the handling method for y-values outside the specified range of x-values in the table.
=0 (Default)
If an x-value input is outside the range of x-values specified on the table, the corresponding y-value look up is performed using linear extrapolation from the two start or two end points.
=FLAT or 1
If an x-value input is outside the range of x-values specified on the table, the corresponding y-value is equal to the start or end points, respectively.
x#, y# Tabular values.

Any x, y pair may be ignored by placing SKIP in either of the two fields used for that entry.

No default (Real or ENDT)

Comments

  1. xi must be in either ascending or descending order, but not both.
  2. For example, in Figure 1 discontinuities are allowed only between points x2 through x7 . Also, if y is evaluated at a discontinuity, 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. The end of the table is indicated by the existence of ENDT in either of the two fields following the last entry. An error is detected if any continuations follow the entry containing the end-of-table flag ENDT.
  5. For FLAT=0 (default), TABLED1 uses the algorithm:
    y=yT(x)
    Where,
    x
    Input to the table
    y
    Is returned
    The table look-up is performed using interpolation within the table and linear extrapolation outside the table using the two starting or end points (Figure 1). The algorithms used for interpolation or extrapolation are:
    X-Axis Y-Axis yT(x)
    Linear Linear (xjx)(xjxi)yi+(xxi)(xjxi)yj
    Log Linear ln(xj/x)ln(xj/xi)yi+ln(x/xi)ln(xj/xi)yj
    Linear Log exp[(xjx)(xjxi)lnyi+(xxi)(xjxi)lnyj]
    Log Log exp[ln(xj/x)ln(xj/xi)lnyi+ln(x/xi)ln(xj/xi)lnyj]
    Linear Smooth yi+(yjyi)(xxi)3(xjxi)3(1015(xxi)(xjxi)+6(xxi)2(xjxi)2)

    Where, xj and yj follow xi and yi .

    No warning messages are issued if table data is input incorrectly.


    Figure 1. Example of Table Extrapolation and Discontinuity

    For FLAT=1, the same algorithm as FLAT=0 is used, except that values outside the range are not extrapolated. The corresponding start or end point y-values are used for all y-values outside the range.

  6. SMOOTH option is only available for Explicit Dynamic Analysis (ANALYSIS=NLEXPL).
  7. Linear extrapolation is not used for Fourier transform methods. The function is zero outside the range of the table.
  8. For frequency-dependent loads, x# is measured in cycles per unit time.
  9. Tabular values on an axis if X-Axis or Y-Axis=LOG must be positive. A fatal message will be issued if an axis has a tabular value ≤ 0.
  10. This card is represented as a load collector in HyperMesh.