phonopy / phono3py

A simulation package of phonon-phonon interaction related properties
http://phonopy.github.io/phono3py/
BSD 3-Clause "New" or "Revised" License
123 stars 54 forks source link

Feature request for boundary scattering model #185

Closed akentphonon closed 1 year ago

akentphonon commented 1 year ago

Dear Dr. Togo,

I was wondering in the future if it will be possible to allow for several values for length L in boundary scattering model. i.e --bmfp 1 10 50 100 1000 etc....

something like this exists with --sigma options. This will be helpful when fitting the results with the available experimental data as a function of grain size.

May thanks Alex

atztogo commented 1 year ago

This will change the data structure of hdf5 file, so the impact is large. But without this feature requeested, you can compute with different boundary scattering model in the following way,

  1. --write-gamma
  2. --read-gamma and --boundary-mfp 1
  3. --read-gamma and --boundary-mfp 10

...

akentphonon commented 1 year ago

Thank you. This works perfectly. I will close this now.

Thanks, Alex