Resolving warning 4903: Interpolation is truncated for table

This article addresses Warning 4903, a common issue encountered by users, and explores its meaning, causes, and practical steps to resolve it.

Details

The Warning 4903 indicates that the value is outside of the defined table.

** WARNING **
** Interpolation is truncated for table number 6 at iteration 1
** X = 5.8908E+03, Number of table entries 52
                   Y                  X
               5.5700E+04          2.0000E+01
               5.5672E+04          2.1110E+01
... Table too long to display.
Only the first 2 table entries are shown.
For example, you defined the following table:
Temperature, °C Thermal conductivity, W/mK
100 110
150 115
200 120
250 150

If the calculated temperature is 50 °C, the solver considers the thermal conductivity of 110 W/m·K, if the temperature is 300 °C, the solver considers the thermal conductivity of 150 W/m·K.

If the warning persists till the end of the solve:
  • Locate the table by its number in the INPF file, for example “ 6 ” (with spaces, without the apostrophes).
  • Review which boundary conditions or material properties might have issues.
  • Correct the table.