Hello,
I recently updated my LIGGGHTS-Version to 3.2.
One of the many features is the temperature can be assigned when the particle are created.
But unfortunately, I can't find any examples of this function.
If someone can give me one, it would be great.
Best regards
RobertG
RobertG | Sat, 05/16/2015 - 23:20
Hello,
Hello,
I still hope some one can give me an hint.
Best regards
Daniel Queteschiner | Mon, 05/18/2015 - 13:16
set_property Temp 800
First, of course, you need a fix of type heat/gran in your script like in the heatTransfer examples. This fix will create an internal fix with id 'Temp'.
Up to now you modified this Temp fix by using something like
set region halfbed property/atom Temp 800
Now you should be able to set this by adding to the list of arguments of your fix insert/* command something like
set_property Temp 800