Show
Ignore:
Timestamp:
03/15/08 13:48:18 (10 months ago)
Author:
rjrw
Message:

In most places, findrate is better than findrk as it has consistent
units and automatically includes factors of reactant density.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/newmole/source/mole_h2_form.cpp

    r1780 r1849  
    132132                        /* save this rate [cm3 s-1] for back reaction in levels solver for v,J */ 
    133133                        H2_X_Hmin_back[iVib][iRot] =  
    134                                 (realnum)(rate_interp * (mole_findrk("H,H-=>H2,e-")+ 
    135                                                                                                                                  mole_findrk("H,H-=>H2*,e-"))); 
     134                                (realnum)(rate_interp * (mole_findrate("H,H-=>H2,e-")+ 
     135                                                                                                                                 mole_findrate("H,H-=>H2*,e-"))); 
    136136 
    137137                        /* units cm-3 s-1 */