cloudy
trunk
Loading...
Searching...
No Matches
source
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
{
14
16
double
tcmptn
;
17
19
double
time_therm_long
,
20
time_therm_short
;
21
23
double
time_Hrecom_long
,
24
time_Hrecom_short
;
25
27
double
sound
;
28
30
realnum
CloudAgeSet
;
31
33
double
34
/* malloced in zero.c */
35
time_H2_Dest_longest
,
36
time_H2_Form_longest
,
37
time_H2_Dest_here
,
38
time_H2_Form_here
,
39
BigCOMoleForm
;
40
42
double
sound_speed_isothermal
;
43
45
double
sound_speed_adiabatic
;
46
48
realnum
TimeErode
;
49
51
double
TimeH21cm
;
52
53
};
54
extern
t_timesc
timesc
;
55
56
57
#endif
/* TIMESC_H_ */
realnum
float realnum
Definition
cddefines.h:103
t_timesc
Definition
timesc.h:12
t_timesc::time_H2_Dest_here
double time_H2_Dest_here
Definition
timesc.h:37
t_timesc::sound
double sound
Definition
timesc.h:27
t_timesc::time_Hrecom_short
double time_Hrecom_short
Definition
timesc.h:24
t_timesc::time_H2_Dest_longest
double time_H2_Dest_longest
Definition
timesc.h:35
t_timesc::time_Hrecom_long
double time_Hrecom_long
Definition
timesc.h:23
t_timesc::TimeErode
realnum TimeErode
Definition
timesc.h:48
t_timesc::sound_speed_adiabatic
double sound_speed_adiabatic
Definition
timesc.h:45
t_timesc::time_H2_Form_here
double time_H2_Form_here
Definition
timesc.h:38
t_timesc::TimeH21cm
double TimeH21cm
Definition
timesc.h:51
t_timesc::BigCOMoleForm
double BigCOMoleForm
Definition
timesc.h:39
t_timesc::tcmptn
double tcmptn
Definition
timesc.h:16
t_timesc::CloudAgeSet
realnum CloudAgeSet
Definition
timesc.h:30
t_timesc::time_therm_long
double time_therm_long
Definition
timesc.h:19
t_timesc::time_therm_short
double time_therm_short
Definition
timesc.h:20
t_timesc::time_H2_Form_longest
double time_H2_Form_longest
Definition
timesc.h:36
t_timesc::sound_speed_isothermal
double sound_speed_isothermal
Definition
timesc.h:42
timesc
t_timesc timesc
Definition
timesc.cpp:5
AgeCheck
void AgeCheck(void)
Definition
age_check.cpp:14
Generated by
1.14.0