March 11, 2024 at 10:51 pm
Chandra Sekaran
Ansys Employee
Hi Francesco,
I think the *dim command below is not right.Â
*dim,bartz,TABLE,4,3,X,TEMP
It should be
*dim,bartz,table,4,3,1,x,temp ! Must give the K dimension. You can leave it as blank (default to 1).
Similarly the other array should beÂ
*dim,bulk,TABLE,50,,,X
Â
*DIM, Par
, Type
, IMAX
, JMAX
, KMAX
, Var1
, Var2
, Var3
, CSYSID