Show
Ignore:
Timestamp:
05/11/08 14:27:43 (8 months ago)
Author:
rjrw
Message:

Integrate Nick Abel's Ne, Ar additions to the chemistry.

Files:
1 modified

Legend:

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

    r1739 r2043  
    55#include "coolheavy.h" 
    66#include "taulines.h" 
     7#include "mole.h" 
    78#include "dense.h" 
    89#include "phycon.h" 
     
    2425          cs12, 
    2526          cs13, 
    26           cs23;  
     27          cs23, 
     28          /* >>chng 08 may 06, Add collisional excitation of NeII by H, important in AGN */ 
     29          cs_neII_h;  
    2730        realnum  
    2831          cs,  
     
    4346        cs=(realnum)(0.132*phycon.te07*phycon.te02 *phycon.te004 *phycon.te0001 ); 
    4447 
    45         PutCS(cs,&TauLines[ipTNe13]); 
     48        /* >>chng 08 mag 06, Collisional de-excitation rate of fine-structure level of Ne+ by H impact, from * 
     49         * >>refer      ne2     csh Hollenbach, D. & McKee, C. F. 1989, ApJ, 342, 306 */ 
     50 
     51        cs_neII_h = 1.3e-9; 
     52 
     53        PutCS(cs+cs_neII_h*(dense.xIonDense[ipHYDROGEN][0]+findspecies("H2")->den+findspecies("H2*")->den)/dense.cdsqte,&TauLines[ipTNe13]); 
    4654        atom_level2(&TauLines[ipTNe13]); 
    4755