Version 5 (modified by 12 years ago) ( diff ) | ,
---|
(Back to Bearclaw Outline)
PURE FUNCTION He_ioniz_table(nHeII*,ne,T)
Defined in
contrib/astro/physics/cool/cool.f90
Inputs
- nHeII* (in cm-3)
- This is a typo, since it should be nHe, and when it's called in i_evolove.90, nHe is passed in, not nHeII.
- 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 He_ioniz (values in cm-3s-1).
Called in
contrib/astro/physics/cool/i_evolove.f90
Functions Used
None
Modules Used
None
Note:
See TracWiki
for help on using the wiki.