Changeset 1177

Show
Ignore:
Timestamp:
06/08/07 11:11:56 (1 year ago)
Author:
gary
Message:

merge of r1176 - do not include X collisional excitation de-excitation heating / cooling during search phase

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/c07.02_branch/source/mole_h2.cpp

    r1098 r1177  
    37493749                hmi.HeatH2Dexc_BigH2 ); 
    37503750 
     3751        /* when we are very far from solution, during search phase, collisions within 
     3752         * X can be overwhelmingly large heating and cooling terms, which nearly  
     3753         * cancel out.  Some dense cosmic ray heated clouds could not find correct 
     3754         * initial solution due to noise introduced by large net heating which was 
     3755         * the very noisy tiny difference betweeen very large heating and cooling 
     3756         * terms.  Do not include collisions with x as heat/cool during the 
     3757         * initial search phase */ 
     3758        if( conv.lgSearch ) 
     3759                hmi.HeatH2Dexc_BigH2 = 0.; 
     3760 
    37513761        DEBUG_EXIT( "H2_Cooling()" ); 
    37523762        return;