cloudy  trunk
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
timesc.h
Go to the documentation of this file.
1 /* This file is part of Cloudy and is copyright (C)1978-2013 by Gary J. Ferland and
2  * others. For conditions of distribution and use see copyright notice in license.txt */
3 
4 #ifndef TIMESC_H_
5 #define TIMESC_H_
6 
7 /* timesc.h */
8 
10 void AgeCheck(void);
11 
12 struct t_timesc {
16  double tcmptn;
17 
19  double time_therm_long ,
21 
25 
27  double sound;
28 
31 
33  double
34  /* malloced in zero.c */
40 
43 
46 
49 
51  double TimeH21cm;
52 
53  };
54 extern t_timesc timesc;
55 
56 
57 #endif /* TIMESC_H_ */
double time_Hrecom_short
Definition: timesc.h:23
realnum TimeErode
Definition: timesc.h:48
double time_H2_Form_here
Definition: timesc.h:35
double tcmptn
Definition: timesc.h:16
double time_therm_short
Definition: timesc.h:19
double TimeH21cm
Definition: timesc.h:51
double BigCOMoleForm
Definition: timesc.h:35
double time_H2_Dest_longest
Definition: timesc.h:35
void AgeCheck(void)
Definition: age_check.cpp:14
double sound_speed_isothermal
Definition: timesc.h:42
float realnum
Definition: cddefines.h:107
realnum CloudAgeSet
Definition: timesc.h:30
double time_H2_Dest_here
Definition: timesc.h:35
t_timesc timesc
Definition: timesc.cpp:5
double time_Hrecom_long
Definition: timesc.h:23
double sound_speed_adiabatic
Definition: timesc.h:45
double sound
Definition: timesc.h:27
double time_H2_Form_longest
Definition: timesc.h:35
double time_therm_long
Definition: timesc.h:19