Subroutine TINT
Returns an interpolated value from a thermal solver table. The table is defined in both cards: Card 9 TABDATA Analyzer Table Data and Card 9 TABTYPE Table Variable Type Definition.
Calling convention:
call tint(x,y,tabnum)| Arguments | Data type | Input/Output | Description | 
|---|---|---|---|
| x | Real | Call | The value of the independent variable associated with the table. | 
| y | Real | Return | The value of the dependent variable associated with the table. | 
| tabnum | Integer | Call | The number of the table to be interpolated. | 
