Fernandox
Materials
- Jan 9, 2009
- 4
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 change I use:
/POST1
set,last
etable,melted,temp
esel,s,etab,melted,875
esel,r,mat,,1
finish
to select all elements that have a temperature above melting point and still have not been changed.
then with:
/SOLU
ANTYPE,,rest
mpchg,5,all
esel,all
I change the material of all the selected nodes.
The problem is that somehow this deletes all the defined parameters, like the power used for the HFLUX of the laser (lpow) or the position of the laser (posx). Then when I go to simulate a displacement of the laser or a change in the input power I get the message "Unknown parameter name=".
All the parameters are deleted! I think this has something to be with the antype,,rest. But this order is needed to resume the analysis after a /post1, or the next solve will recalculate from time=0.
Am I doing something wrong? How do I keep the parameter values? please help, and excuse me for my bad english
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 change I use:
/POST1
set,last
etable,melted,temp
esel,s,etab,melted,875
esel,r,mat,,1
finish
to select all elements that have a temperature above melting point and still have not been changed.
then with:
/SOLU
ANTYPE,,rest
mpchg,5,all
esel,all
I change the material of all the selected nodes.
The problem is that somehow this deletes all the defined parameters, like the power used for the HFLUX of the laser (lpow) or the position of the laser (posx). Then when I go to simulate a displacement of the laser or a change in the input power I get the message "Unknown parameter name=".
All the parameters are deleted! I think this has something to be with the antype,,rest. But this order is needed to resume the analysis after a /post1, or the next solve will recalculate from time=0.
Am I doing something wrong? How do I keep the parameter values? please help, and excuse me for my bad english