/home66/gary/public_html/cloudy/c08_branch/source/hextra.h

Go to the documentation of this file.
00001 /* This file is part of Cloudy and is copyright (C)1978-2008 by Gary J. Ferland and
00002  * others.  For conditions of distribution and use see copyright notice in license.txt */
00003 
00004 #ifndef _HEXTRA_H_
00005 #define _HEXTRA_H_
00006 
00007 /* hextra.h */
00010 #define CR_EDEN_GAL_BACK_EV_CMM3        1.8
00011 
00012 EXTERN struct t_hextra {
00014         realnum cryden, 
00015           crpowr, 
00016           crtemp;
00017 
00019         bool lg_CR_B_equipartition;
00020 
00022         double cr_energydensity;
00023 
00025         realnum cryden_ov_background;
00026 
00028         realnum background_density;
00029         realnum background_rate;
00030 
00032         realnum TurbHeat, 
00033 
00035           TurbHeatSave;
00036 
00039         bool lgHextraDepth;
00041         realnum turrad,
00043           turback;
00044 
00047         bool lgHextraDensity;
00048 
00050         realnum HextraScaleDensity;
00051 
00053         bool lgTurbHeatVaryTime;
00054 
00056         realnum totneu;
00058         bool lgNeutrnHeatOn;
00060         realnum frcneu;
00062         realnum effneu;
00064         double CrsSecNeutron;
00065 
00066 }       hextra;
00067 
00068 #endif /* _HEXTRA_H_ */

Generated on Mon Feb 16 12:01:17 2009 for cloudy by  doxygen 1.4.7