00001 /* This file is part of Cloudy and is copyright (C)1978-2007 by Gary J. Ferland 00002 * For conditions of distribution and use see copyright notice in license.txt */ 00003 /* hextra.h */ 00006 #define CR_EDEN_GAL_BACK_EV_CMM3 1.8 00007 00008 EXTERN struct t_hextra { 00010 float cryden, 00011 crpowr, 00012 crtemp; 00013 00015 bool lg_CR_B_equipartition; 00016 00018 double cr_energydensity; 00019 00021 float cryden_ov_background; 00022 00024 float background_density; 00025 float background_rate; 00026 00028 float TurbHeat, 00029 00031 turrad, 00032 00034 turback; 00035 00036 } hextra; 00037 00038