Ansys Learning Forum Forums Discuss Simulation General Mechanical MAPDL convection load with variable film coefficient and bulk temperature Reply To: MAPDL convection load with variable film coefficient and bulk temperature

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