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