cloudy
trunk
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
source
timesc.h
Go to the documentation of this file.
1
/* This file is part of Cloudy and is copyright (C)1978-2022 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
9
#include "
module.h
"
10
12
void
AgeCheck
(
void
);
13
14
struct
t_timesc
:
public
module
{
17
void
zero
();
18
void
comment
(
t_warnings
&) {}
19
20
const
char
*
chName
()
const
21
{
22
return
"timesc"
;
23
}
24
26
double
tcmptn
;
27
29
double
time_therm_long
,
30
time_therm_short
;
31
32
/* compute thermal timescales */
33
void
calc_therm_timesc
(
long
izone );
34
36
double
time_Hrecom_long
,
37
time_Hrecom_short
;
38
40
double
sound
;
41
43
realnum
CloudAgeSet
;
44
46
double
47
/* malloced in zero.c */
48
time_H2_Dest_longest
,
49
time_H2_Form_longest
,
50
time_H2_Dest_here
,
51
time_H2_Form_here
,
52
BigCOMoleForm
;
53
55
double
sound_speed_isothermal
;
56
58
double
sound_speed_adiabatic
;
59
61
realnum
TimeErode
;
62
64
double
TimeH21cm
;
65
66
};
67
extern
t_timesc
timesc
;
68
69
70
#endif
/* TIMESC_H_ */
t_timesc::time_Hrecom_short
double time_Hrecom_short
Definition:
timesc.h:36
t_warnings
Definition:
warnings.h:15
t_timesc::calc_therm_timesc
void calc_therm_timesc(long izone)
Definition:
timesc.cpp:26
t_timesc::TimeErode
realnum TimeErode
Definition:
timesc.h:61
t_timesc::time_H2_Form_here
double time_H2_Form_here
Definition:
timesc.h:48
t_timesc::tcmptn
double tcmptn
Definition:
timesc.h:26
t_timesc::comment
void comment(t_warnings &)
Definition:
timesc.h:18
t_timesc::time_therm_short
double time_therm_short
Definition:
timesc.h:29
t_timesc::TimeH21cm
double TimeH21cm
Definition:
timesc.h:64
t_timesc
Definition:
timesc.h:14
t_timesc::BigCOMoleForm
double BigCOMoleForm
Definition:
timesc.h:48
t_timesc::time_H2_Dest_longest
double time_H2_Dest_longest
Definition:
timesc.h:48
AgeCheck
void AgeCheck(void)
Definition:
age_check.cpp:13
t_timesc::sound_speed_isothermal
double sound_speed_isothermal
Definition:
timesc.h:55
realnum
float realnum
Definition:
cddefines.h:124
t_timesc::CloudAgeSet
realnum CloudAgeSet
Definition:
timesc.h:43
t_timesc::zero
void zero()
Definition:
timesc.cpp:9
t_timesc::time_H2_Dest_here
double time_H2_Dest_here
Definition:
timesc.h:48
timesc
t_timesc timesc
Definition:
timesc.cpp:7
t_timesc::time_Hrecom_long
double time_Hrecom_long
Definition:
timesc.h:36
t_timesc::sound_speed_adiabatic
double sound_speed_adiabatic
Definition:
timesc.h:58
t_timesc::sound
double sound
Definition:
timesc.h:40
t_timesc::chName
const char * chName() const
Definition:
timesc.h:20
t_timesc::time_H2_Form_longest
double time_H2_Form_longest
Definition:
timesc.h:48
t_timesc::time_therm_long
double time_therm_long
Definition:
timesc.h:29
module.h
module
Definition:
module.h:26
Generated by
1.8.5