Description: Defines a tabular function for use in generating temperature-dependent material properties.
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:
XAXIS | YAXIS | y(x) |
---|---|---|
LINEAR | LINEAR | |
LOG | LINEAR | |
LINEAR | LOG | |
LOG | LOG |
where xi < x < xi+1
Figure 1. Example of Table Extrapolation and Discontinuity