root/branches/newmole/source/co.h
| Revision 1687, 0.8 kB (checked in by rjrw, 13 months ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | /* This file is part of Cloudy and is copyright (C)1978-2007 by Gary J. Ferland |
| 2 | * For conditions of distribution and use see copyright notice in license.txt */ |
| 3 | |
| 4 | #ifndef _CO_H_ |
| 5 | #define _CO_H_ |
| 6 | |
| 7 | /* co.h */ |
| 8 | |
| 9 | EXTERN struct t_co { |
| 10 | |
| 11 | /** CODissHeat is CO Photodissociation heating */ |
| 12 | realnum CODissHeat, |
| 13 | /**< largest fraction of total heating */ |
| 14 | codfrc, |
| 15 | /**< total heating integrated over cloud */ |
| 16 | codtot; |
| 17 | |
| 18 | /** flag saying what fraction of total cooling was carried by CO */ |
| 19 | double COCoolBigFrac; |
| 20 | |
| 21 | /** flag saying CO is important but lines capped by highest level */ |
| 22 | bool lgCOCoolCaped; |
| 23 | |
| 24 | /** C12/C13 isotope ratio, sets the ratio of C12O16 to C13O16 and |
| 25 | * C13/C12 1909, initialized in zero.c */ |
| 26 | realnum C12_C13_isotope_ratio; |
| 27 | |
| 28 | } co; |
| 29 | |
| 30 | #endif /* _CO_H_ */ |
Note: See TracBrowser
for help on using the browser.
