TABLEM1
Bulk Data Entry Defines a tabular function for use in generating temperature-dependent material properties.
Format
| (1) | (2) | (3) | (4) | (5) | (6) | (7) | (8) | (9) | (10) |
|---|---|---|---|---|---|---|---|---|---|
| TABLEM1 | TID | FLAT | |||||||
| x1 | y1 | x2 | y2 | x3 | y3 | etc. | ENDT |
Alternative Format for SCALE and OFFSET
| (1) | (2) | (3) | (4) | (5) | (6) | (7) | (8) | (9) | (10) |
|---|---|---|---|---|---|---|---|---|---|
| TABLEM1 | TID | FLAT | |||||||
| "SCALE" | scale_x | scale_y | |||||||
| "OFFSET" | offset_x | offset_y | |||||||
| x1 | y1 | x2 | y2 | x3 | y3 | etc. | ENDT |
Example 1
| (1) | (2) | (3) | (4) | (5) | (6) | (7) | (8) | (9) | (10) |
|---|---|---|---|---|---|---|---|---|---|
| TABLEM1 | 32 | ||||||||
| -3.0 | 6.9 | 2.0 | 5.6 | 3.0 | 5.6 | ENDT |
Example 2
| (1) | (2) | (3) | (4) | (5) | (6) | (7) | (8) | (9) | (10) |
|---|---|---|---|---|---|---|---|---|---|
| TABLEM1 | 32 | ||||||||
| SCALE | 1.0 | 2.0 | |||||||
| -3.0 | 6.9 | 2.0 | 5.6 | 3.0 | 5.6 | ENDT |
Definitions
| Field | Contents | SI Unit Example |
|---|---|---|
| TID | Table identification
number. (Integer > 0) |
|
| FLAT |
Specifies the handling method for y-values outside the specified
range of x-values in the table.
|
|
| xi, yi | Tabular values. Any xi-yi pair may be ignored by placing SKIP in either of the two fields. (Real) |
|
| ENDT | Flag indicating the end of the table. | |
| SCALE | Flag indicating that the
following two fields are scaling factors. It is an optional scaling
factor continuation line. 8, 9, 10 No default <String> |
|
| scale_x | The scaling factor for the
first column data. No default (Real > 0.0) |
|
| scale_y | The scaling factor for the
second column data. No default (Real > 0.0) |
|
| OFFSET | Flag indicating that the
following two fields are offset values. It is an optional offset
continuation line. No default <String> |
|
| offset_x | The offset value for the
first column data. No default (Real > 0.0) |
|
| offset_y | The offset value for the
second column data. No default (Real > 0.0) |
Comments
- must be in either ascending or descending order, but not both.
- Discontinuities may be specified between any two points except the two start points or two end points. For example, in Figure 1, discontinuities are allowed only between points through . Also, if is evaluated at a discontinuity, then 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),
TABLEM1 uses the algorithm. 6:Where,
- Input to the table
- Is returned
The table look-up is performed using linear interpolation within the table and linear extrapolation outside the table using the two start or end points (see Figure 1). No warning messages are issued, if the 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.
- In a nonlinear heat transfer analysis,
TABLEM1 uses the following algorithm:Where,
- Input to the table
- Is returned
- Is the corresponding entity value (for example, conductivity) from the MAT4 entry
This TABLEM1 entry when referenced on the MATT4 entry specifies corresponding multipliers to generate the final material properties ( ) for various values.
- This card is represented as a load collector in HyperMesh.
- SCALE and OFFSET continuation lines are optional and cannot be put behind actual table data.
- The values of scale_x or scale_y cannot be set to zero.
- By scaling and offset, the new value is scale_x( + offset_x), and scale_y( + offset_y).