TABLEM4

Material Property Table, Form 4

Description: Defines coefficients of a power series used in generating temperature-dependent material properties.

Format:

Example:

Field Definition Type Default
TID Table identification number. Integer > 0 Required
X1 Table parameter. Real 0.0
X2 Table parameter. Real ≠ 0.0 Required
X3 Table parameter. Real, X3 > X4 Required
X4 Table parameter. Real Required
Ai Coefficients. Real Required

Remarks:

  1. At least one continuation entry must be specified.
  2. The end of the table is indicated by the existence of ENDT in the field following the last entry. Any continuations that follow the entry containing the end-of-table flag ENDT will be ignored.
  3. TABLEM4 uses the algorithm

    where x is input to the table, y is returned, and z is supplied from the MATi entry using the specific property value for the term being evaluated. Whenever x < X3, then X3 is used for x, and whenever x > X4, X4 is used for x. There are N + 1 entries in the table. No warning messages are issued if table data is input incorrectly.