cloudy  trunk
cosmology.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 COSMOLOGY_H_
5 #define COSMOLOGY_H_
6 
10 #define CMB_TEMP 2.725
11 
16 
21 
23 struct t_cosmology {
24 
25  realnum
29 
30  realnum
36 
37  realnum
38  h,
39  H_0;
40 
41  realnum
43 
44  bool lgDo;
45 
46  };
47 extern t_cosmology cosmology;
48 
49 
50 #endif /* COSMOLOGY_H_ */
GetHubbleFactor
realnum GetHubbleFactor(realnum z)
Definition: cosmology.cpp:13
realnum
float realnum
Definition: cddefines.h:103
t_cosmology::omega_matter
realnum omega_matter
Definition: cosmology.h:34
t_cosmology::omega_rad
realnum omega_rad
Definition: cosmology.h:32
t_cosmology::omega_lambda
realnum omega_lambda
Definition: cosmology.h:33
t_cosmology::redshift_current
realnum redshift_current
Definition: cosmology.h:26
t_cosmology::omega_k
realnum omega_k
Definition: cosmology.h:35
t_cosmology::redshift_start
realnum redshift_start
Definition: cosmology.h:27
t_cosmology::f_He
realnum f_He
Definition: cosmology.h:42
t_cosmology::H_0
realnum H_0
Definition: cosmology.h:39
t_cosmology::lgDo
bool lgDo
Definition: cosmology.h:44
cosmology
t_cosmology cosmology
Definition: cosmology.cpp:11
GetDensity
realnum GetDensity(realnum z)
Definition: cosmology.cpp:31
t_cosmology::omega_baryon
realnum omega_baryon
Definition: cosmology.h:31
t_cosmology
Definition: cosmology.h:23
t_cosmology::redshift_step
realnum redshift_step
Definition: cosmology.h:28
t_cosmology::h
realnum h
Definition: cosmology.h:38