mutationpp / Mutationpp

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

Average Heavy Collision Frequency #127

Closed ggange closed 3 years ago

ggange commented 4 years ago

Hello! I was going through the Transport.cpp file in src/transport and found this expression for the average heavy collision frequency: double Transport::averageHeavyCollisionFreq() { return meanFreePath()/averageHeavyThermalSpeed(); } Should it be the inverse? If yes do you know if it affects other functions? Thank you!

grgbellasvki commented 4 years ago

Thank you for the comment. I think you are right about the formula and should be fixed. This function is only used in "mppequil" and does not affect the calculation of other quantities.

ggange commented 4 years ago

Perfect! thank you!

jbscoggi commented 3 years ago

This was fixed in #158, closing.