Subroutine TINT
Returns an interpolated value from a thermal solver table. The table is defined in both cards: Card 9 - TABDATA Analyzer Table Data Cards - Optional and Card 9 - TABTYPE Table Variable Type Definition Card - Optional.
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. |
For more information, see the Thermal Solver Reference Manual PDF.