[lammps-users] thermal conductivity

Hello
Is there a software that reads lammps dump and then computes thermal conductivity?
Can you introduce it for me?
Thanks

Ask Ase Henry (ase at mit.edu) how he computes
thermal conductivity. I know he's written analysis
codes to do it.

Also look at fix thermal/conductivity which uses a Muller-
Plathe method to do it on the fly.

Steve

Hello
When I use fix rigid with fix langevine or temp/rescale fix,
the temperature cannot reach to desirable temperature that specify at langevine.
can you help me?

Fix langevin should work, but not temp/rescale since
it is a global rescaling. You have to compute the temp of
the rigid bodies correctly.

Steve