/home66/gary/public_html/cloudy/c08_branch/source/timesc.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 _TIMESC_H_
00005 #define _TIMESC_H_
00006 
00007 /* timesc.h */
00008 
00010 void AgeCheck(void);
00011 
00012 EXTERN struct t_timesc {
00016         double tcmptn;
00017 
00019         double time_therm_long , 
00020                 time_therm_short;
00021 
00023         double time_Hrecom_long ,
00024                 time_Hrecom_short; 
00025 
00027         double sound;
00028 
00030         realnum CloudAgeSet;
00031 
00033         double 
00034                 /* malloced in zero.c */
00035           *AgeCOMoleDest, 
00036           time_H2_Dest_longest, 
00037           time_H2_Form_longest, 
00038           time_H2_Dest_here, 
00039           time_H2_Form_here, 
00040           BigCOMoleForm;
00041 
00043         double sound_speed_isothermal;
00044 
00046         double sound_speed_adiabatic;
00047 
00049         realnum TimeErode;
00050 
00052         double TimeH21cm;
00053 
00054         }       timesc;
00055 
00056 
00057 #endif /* _TIMESC_H_ */

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