Hello,
I want to use the ATC user package to simulate the irradiation of
a metal surface with phonons (e.g. a laser).
I guess the most appropriate implementation of this purpose is
using the following commands:
fix_modify AtC create_faceset <id> <xmin> <xmax> <ymin> <ymax> <zmin> <zmax> <out>
fix_modify AtC transfer fix_flux <field> <face_set> <value | function>
fix_modify AtC transfer thermal control flux <face_set_id(optional)>
I could also use this, but to my mind an elementset would not really simulate
the irradiation of a surface:
fix_modify AtC create_elementset <id> <xmin> <xmax> <ymin> <ymax> <zmin> <zmax>
fix_modify AtC transfer source <field> <element_set> <value | function>
Please correct me, if I am wrong about this point.
In both cases, I guess that I need 'temperature' for <field> to simulate
a phonon irradiation.
In the Manual is written:
The units are consistent with LAMMPS's units for mass, length and time
and are defined by the PDE being solved, e.g. for thermal transfer the
balance equation is for energy and source is energy per time.
So I guess for <field> = 'temperature' the unit will be eV / second which
is pumped into the system over the surface of the element-, or faceset.
Is this correct? In this case, is the heat capacity assumed to be the
constant I specify in the material file?
Another question is about the fields possible, is that temperature and
electron_temperature with the unit eV / second or are there other fields
the code accepts, too? If so, with which units?
Thanks for your help in advance.
Sincerely Yours,
Mathew