HyperWorks Solvers

TABLEM3

TABLEM3

Previous topic Next topic Expand/collapse all hidden text  

TABLEM3

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Bulk Data Entry

TABLEM3 – Material Property Table, Form 3

Description

Defines a tabular function for use in generating temperature-dependent material properties. Also contains parametric data for use with the table.

Format

(1)

(2)

(3)

(4)

(5)

(6)

(7)

(8)

(9)

(10)

TABLEM3

TID

X1

X2

FLAT

 

 

 

 

 

 

x1

y1

x2

y2

x3

y3

-etc.-

 

 

hmtoggle_plus1Example

(1)

(2)

(3)

(4)

(5)

(6)

(7)

(8)

(9)

(10)

TABLEM3

62

126.9

30.0

 

 

 

 

 

 

 

2.9

2.9

3.6

4.7

5.2

5.7

ENDT

 

 

Field

Contents

TID

Table identification number.

(Integer > 0)

X1, X2

Table parameters. See comment 5.

(Real; X2 ≠ 0.0)

FLAT

Specifies the handling method for y-values outside the specified range of x-values in the table.

= 0: If an x-value input is outside the range of x-values specified on the Table, the corresponding y-value look up is performed using linear extrapolation from the two start or two end points.

= 1: If an x-value input is outside the range of x-values specified on the Table, the corresponding y-value is equal to the start or end point, respectively.

Default = 0 (0 or 1)

xi, yi

Tabular values.

Any xi-yi pair may be ignored by placing 'SKIP' in either of the two fields.

(Real)

Comments

1.Tabular values for xi must be specified in either ascending or descending order, but not both.
2.Discontinuities may be specified between any two points except the two start points or two end points. For example, in the figure below, discontinuities are allowed only between points x2 through x7. Also, if y is evaluated at a discontinuity, then the average value of y is used. In the figure, the value of y at x = x3 is y = (y3+y4)/2.
3.At least one continuation entry must be specified.
4.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".
5.For FLAT=0 (default), TABLEM3 uses the algorithm:

tablem3eq

Where, x is input to the table, y is returned and z is supplied from the MATi entry. The table look-up is performed using linear interpolation within the table and linear extrapolation outside the table using the two starting or end points (see figure). No warning messages are issued if table data is input incorrectly.

tablem1

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.

6.This card is represented as a loadcollector in HyperMesh.

See Also:

Bulk Data Section

Guidelines for Bulk Data Entries

Bulk Data Entries by Function

The Input File