TABLEG
Bulk Data Entry Defines a general tabular function for use in supported reference entries.
Format
(1) | (2) | (3) | (4) | (5) | (6) | (7) | (8) | (9) | (10) |
---|---|---|---|---|---|---|---|---|---|
TABLEG | TID | LABEL | TYPE | XYTYPE | FLAT | ||||
x1 | y1 | ||||||||
x2 | y2 | ||||||||
etc. | etc. |
Example
(1) | (2) | (3) | (4) | (5) | (6) | (7) | (8) | (9) | (10) |
---|---|---|---|---|---|---|---|---|---|
TABLEG | 32 | ||||||||
-3.0 | 6.9 | ||||||||
2.0 | 5.6 |
Definitions
Field | Contents | SI Unit Example |
---|---|---|
TID | Table identification
number. No default (Integer > 0) |
|
LABEL | Specify a name or label
for the table Default = blank (<string> or blank) |
|
TYPE | Specifies a linear or
logarithmic interpolation for the x-axis and y-axis. 4
|
|
XYTYPE | Specifies how the X-axis
and Y-axis are interpreted
|
|
FLAT | Specifies the handling
method for y-values outside the specified range of x-values in the
table.
|
|
x#, y# | Tabular values. No default (Real) |
Comments
- must be in either ascending or descending order, but not both.
- Discontinuities may be specified between any two points except the two starting points or two end points. 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.
- TABLEG 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). The algorithms used for interpolation or extrapolation are:X-Axis Y-Axis Linear Linear Log Log Where, and follow and .
No warning messages are issued if table data is input incorrectly. - Linear extrapolation is not used for Fourier transform methods. The function is zero outside the range of the table.
- For frequency-dependent loads, x# is measured in cycles per unit time.
- Tabular values on an axis if TYPE =LOG must be positive. A fatal message will be issued if an axis has a tabular value ≤ 0.
- TABLEG can be used in
the following situations:
- TABLEG can be used instead of TABLED1, on the RLOAD and TLOAD Bulk Data Entries.
- TABLEG can be used instead of TABLEM1, on the MATT# entries.
- TABLEG can be used instead of TABLES1, on the MATS1 or PCONT entries.
- TABLEG identification numbers should be unique with regard to any other TABLE# entry. TABLEG should not have the same ID as any other TABLE# entry.
- If there are any unused TABLEG entries in the input file, there will not be any warning in the .out file.