Version 4 (modified by 12 years ago) ( diff ) | ,
---|
(Back to Bearclaw Outline)
PURE FUNCTION H_ioniz_table(nH,ne,T)
Defined in
contrib/astro/physics/cool/cool.f90
Inputs
- nH (in cm-3)
- ne (= nHII + nHeII + 2*nHeIII + nmine*nNeuclei) (in cm-3)
- (where nmine is a minimum value set in neqcool.data (in the run directory).
- ne is set in nparticle.
- T (in K)
Description
- interpolates cooling value from table of cooling from H_ioniz (values in cm-3s-1).
- if ne or nH is negative, or if T < 500K, cooling is zero.
Called in
contrib/astro/physics/cool/i_evolove.f90
Functions Used
None
Modules Used
None
Note:
See TracWiki
for help on using the wiki.