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