TABLED3
Bulk Data Entry Defines a tabular function for use in generating frequency-dependent and time-dependent dynamic loads. Also contains parametric data for use with the table.
Format
(1) | (2) | (3) | (4) | (5) | (6) | (7) | (8) | (9) | (10) |
---|---|---|---|---|---|---|---|---|---|
TABLED3 | TID | X1 | X2 | 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) |
---|---|---|---|---|---|---|---|---|---|
TABLED3 | 15 | 126.9 | 30.0 | ||||||
2.9 | 2.9 | 3.6 | 4.7 | 5.2 | 5.7 | ENDT |
Definitions
Field | Contents | SI Unit Example |
---|---|---|
TID | Table identification
number. No default (Integer > 0) |
|
X1, X2 | Table parameters. No default (Real; X2 ≠ 0.0) |
|
FLAT | Specifies the handling
method for y-values outside the specified range of x-values in the
table.
|
|
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) |
Comments
- must be in either ascending or descending order, but not both.
- For example, in Figure 1 discontinuities are allowed only between points through . Also, if is evaluated at a discontinuity, the average value of is used. In Figure 1, the value of at is .
- At least one continuation entry must be specified.
- 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.
- For
FLAT=0 (default),
TABLED3 uses the algorithm:
(1) Where,- Input to the table
- 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). No warning messages are issued if table data is input incorrectly.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.
- Linear extrapolation is not used for Fourier transform methods. The function is zero outside the range of the table.
- For frequency-dependent loads, X1, X2, and x# are measured in cycles per unit time.
- This card is represented as a load collector in HyperMesh.