Skip to content

electron thermal conductivity during 2T state #25

@Serj-R

Description

@Serj-R

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions