mutationpp / Mutationpp

The MUlticomponent Thermodynamic And Transport library for IONized gases in C++
GNU Lesser General Public License v3.0
103 stars 58 forks source link

Thermal diffusion ratios for electrons in fortran #144

Closed ChiaraAmato closed 3 years ago

ChiaraAmato commented 3 years ago

I am trying to add the electron thermal diffusion ratio to the fortran code. I need these coefficients to evaluate the temperature term of the driving force for the Stefan-Maxwell equation. I have checked the source code both in src/transport/transport.h and src/transport/transport.cpp. In Transport.cpp, I can't find any function related to it. In Transport.h, I find several functions. Which one should I use? Can I follow the same procedure I have done for the heavy thermal diffusion ratio? Any hint or suggestion are very appreciated. Thank you so much for any time dedicated to me.