subroutine compute_collision_integral( | x, | | omega | ) |
|
Computes the “collision integral” for gas-phase diffusion, based on Lennard-Jones potential. Computation is based on tabulations from: Hirschfelder, J.O., Curtiss, C.O., and Bird, R.B, Molecular Theory of Gases and Liquids, Wiley, New York, 1954. See also Poling, B.E., Prausnitz, J.M., and O’Connell, J.P, The Properties of Gases and Liquids, McGraw-Hill, 2000.
Parameter
x | x is equal to “k T / e” where k is the Boltzmann constant, T is the temperature and e is the Lennard-Jones molecular interaction parameter. |
Returns
omega | The collision integral. |