Dynamic Load Tabular Function, Form 1
Description: Defines a tabular function for use in generating time-dependent dynamic loads.
Format:
Example:
Field
|
Definition
|
Type
|
Default
|
TID
|
Table identification number.
|
Integer > 0
|
Required
|
XAXIS
|
Specifies a linear or logarithmic interpolation for the x-axis, one of the following character variables: LINEAR or LOG.
|
Character
|
LINEAR
|
YAXIS
|
Specifies a linear or logarithmic interpolation for the y-axis, one of the following character variables: LINEAR or LOG.
|
Character
|
LINEAR
|
xi, yi
|
Tabular values.
|
Real
|
Required
|
Remarks:
- xi must be in either ascending or descending order, but not both.
- 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. If the y-axis is a LOG axis, the jump at the discontinuity is evaluated as
.
- At least one continuation entry must be specified.
- Placing SKIP in either of the two fields may ignore any xi-yi pair.
- 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.
- TABLED1 uses the algorithm
where xi < x < xi+1
Figure 1. Example of Table Extrapolation and Discontinuity
- Tabular values on an axis if XAXIS or YAXIS equals LOG must be positive.
- For frequency dependent loads, xi is measured in cycles per unit time.