With this:
/POST1
set,last
etable,melted,temp
esel,s,etab,melted,875
/SOLU
*get,longitud,ELEM,0,count
*DIM,tes,ARRAY,longitud,1,1, , ,
*VGET,tes,ELEM,longitud,elist
I have the selected element (elements with temp>875) id numbers in an array (named tes). I need to transfer that information...
This is part of the code (most of the /solu part):
/solu
lpow=1.04 !starting laser power (W/mm)
j=30 !time of first step
*DO,c,0,10,1
SFE,..... !the laser power lpow is applied as a HFLUX to some surface elements
/POST1
set,last
etable,melted,temp
esel,s,etab,melted,875...
I keep finfing this problem:
I am simulating a laser induced melting and resolidification of a ceramic material. Since the material densifies after melting and recristalizing, to simulate the material properties that change, I use a change of material (mpchg). To select the elements than must...