Pressure As Function Of X And TIME

*dim,press_interpol,table,2,2,,time,x,,12 ! Table array interpolating over time and x-coordinate in csys=12
press_interpol(0,0)=0,1,2! First column in table array
press_interpol(0,1)= 0,0,0! Second column in table array, for x-coordinate 0 m
press_interpol(0,2)=0.1,1e9,3e9! third column in table array, for x-coordinate 0.1 m

!    t
! x  0 0 0.1
!    1 0 1e9
!    2 0 2e9

cmsel,s,pressure_area! Select named selection (consists of nodes)
sf,all,pres,%press_interpol%! Apply pressure to the selected nodes
allsel! Select everything