Hi,
After femtosecond laser excitation of metals is it assumed that the electronic thermal conductivity (k_el) varies in the way:
k_el = k_0*(Te/Ti),
where k_0 - is the initial electronic thermal conductivity, Te - electronic temperature, Ti - lattice temperature.
I tried to modify this parameter in the code in the way:
k_el_Au = lambda Te, Ti: (Te/Ti)317u.W/(u.m*u.K); #Heat conductivity
But an error occurs, am I doing somethin wrong or the code does not support such modification?
Only one parameter dependence works:
k_el_Au = lambda Te: (Te/300)317u.W/(u.mu.K); #Heat conductivity
But in this case the Ti always equals only to 300 K (initial temperature of lattice), however the lattice normally heats up during the first several ps.
Hi,
After femtosecond laser excitation of metals is it assumed that the electronic thermal conductivity (k_el) varies in the way:
k_el = k_0*(Te/Ti),
where k_0 - is the initial electronic thermal conductivity, Te - electronic temperature, Ti - lattice temperature.
I tried to modify this parameter in the code in the way:
k_el_Au = lambda Te, Ti: (Te/Ti)317u.W/(u.m*u.K); #Heat conductivity
But an error occurs, am I doing somethin wrong or the code does not support such modification?
Only one parameter dependence works:
k_el_Au = lambda Te: (Te/300)317u.W/(u.mu.K); #Heat conductivity
But in this case the Ti always equals only to 300 K (initial temperature of lattice), however the lattice normally heats up during the first several ps.