Commands
Tables are essentially a named list of (x,y) value pairs. These pairs can be in any order and looked up by index. It is more common for these pairs to be ordered by increasing x values, in which case an efficient general lookup of a y value based on an x value can be performed by linearly interpolating between given values.
Tables are used in many constitutive models to specify general material behavior as a function of an evolution parameter. They can also be used to store data for later display.
Table Commands
table add |
table clear |
table delete |
table export |
table import |
table insert |
table label |
table list |
table position |
table results |
table sort |
Was this helpful? ... | PFC © 2021, Itasca | Updated: Feb 25, 2024 |