Closed ggange closed 3 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.
Perfect! thank you!
This was fixed in #158, closing.
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!