We must calculate: 1 - integral f(v)dv from 0 to vesc
This is the percentage of molecules with v >= vesc and is about 10^(-6)
Percentage can be calculated using this VB program
Dim gdPigreco As Double
Dim dNA As Double ' numero di Avogadro
Dim dK As Double ' costante di Boltzmann
Dim fMmaj...