cloudy  trunk
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_ */
t_timesc::time_H2_Dest_longest
double time_H2_Dest_longest
Definition: timesc.h:35
t_timesc::TimeErode
realnum TimeErode
Definition: timesc.h:48
t_timesc::BigCOMoleForm
double BigCOMoleForm
Definition: timesc.h:39
t_timesc::time_H2_Form_here
double time_H2_Form_here
Definition: timesc.h:38
realnum
float realnum
Definition: cddefines.h:103
t_timesc::time_Hrecom_short
double time_Hrecom_short
Definition: timesc.h:24
t_timesc
Definition: timesc.h:12
t_timesc::time_H2_Dest_here
double time_H2_Dest_here
Definition: timesc.h:37
AgeCheck
void AgeCheck(void)
Definition: age_check.cpp:14
t_timesc::time_therm_long
double time_therm_long
Definition: timesc.h:19
t_timesc::TimeH21cm
double TimeH21cm
Definition: timesc.h:51
t_timesc::time_Hrecom_long
double time_Hrecom_long
Definition: timesc.h:23
t_timesc::sound_speed_adiabatic
double sound_speed_adiabatic
Definition: timesc.h:45
t_timesc::time_therm_short
double time_therm_short
Definition: timesc.h:20
t_timesc::tcmptn
double tcmptn
Definition: timesc.h:16
t_timesc::CloudAgeSet
realnum CloudAgeSet
Definition: timesc.h:30
t_timesc::sound_speed_isothermal
double sound_speed_isothermal
Definition: timesc.h:42
t_timesc::sound
double sound
Definition: timesc.h:27
timesc
t_timesc timesc
Definition: timesc.cpp:5
t_timesc::time_H2_Form_longest
double time_H2_Form_longest
Definition: timesc.h:36