cloudy
trunk
Loading...
Searching...
No Matches
source
struc.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 STRUC_H_
5
#define STRUC_H_
6
11
12
struct
t_struc
{
13
19
long
int
nzlim
;
20
22
long
int
nzonePreviousIteration
;
23
25
realnum
*
testr
,
26
*
volstr
,
27
*
drad_x_fillfac
,
28
*
histr
,
29
*
hiistr
,
30
*
ednstr
,
31
*
o3str
,
33
*
pressure
,
34
/* wind velocity, cm s-1 */
35
*
windv
,
36
/* total outward acceleration cm s^-2 */
37
*
AccelTotalOutward
,
38
/* inward acceleration due to gravity, a positive number */
39
*
AccelGravity
,
41
*
GasPressure
,
43
*
pres_radiation_lines_curr
,
45
*
hden
,
47
*
DenParticles
,
49
*
DenMass
,
51
*
depth
,
53
*
drad
,
55
*
xLyman_depth
,
57
*
depth_last
,
58
*
drad_last
;
59
61
realnum
TempChangeMax
;
62
64
realnum
***
xIonDense
;
65
67
realnum
****
StatesElem
;
68
71
realnum
**
molecules
,
72
*
H2_abund
;
73
75
realnum
**
gas_phase
;
76
78
double
*
coolstr
,
79
*
heatstr
;
80
84
realnum
dr_ionfrac_limit
;
85
86
};
87
88
extern
t_struc
struc
;
89
90
#endif
/* STRUC_H_ */
realnum
float realnum
Definition
cddefines.h:103
struc
t_struc struc
Definition
struc.cpp:6
t_struc
Definition
struc.h:12
t_struc::depth_last
realnum * depth_last
Definition
struc.h:57
t_struc::AccelGravity
realnum * AccelGravity
Definition
struc.h:39
t_struc::depth
realnum * depth
Definition
struc.h:51
t_struc::xIonDense
realnum *** xIonDense
Definition
struc.h:64
t_struc::molecules
realnum ** molecules
Definition
struc.h:71
t_struc::drad_x_fillfac
realnum * drad_x_fillfac
Definition
struc.h:27
t_struc::nzlim
long int nzlim
Definition
struc.h:19
t_struc::windv
realnum * windv
Definition
struc.h:35
t_struc::heatstr
double * heatstr
Definition
struc.h:79
t_struc::drad_last
realnum * drad_last
Definition
struc.h:58
t_struc::testr
realnum * testr
Definition
struc.h:25
t_struc::volstr
realnum * volstr
Definition
struc.h:26
t_struc::drad
realnum * drad
Definition
struc.h:53
t_struc::TempChangeMax
realnum TempChangeMax
Definition
struc.h:61
t_struc::nzonePreviousIteration
long int nzonePreviousIteration
Definition
struc.h:22
t_struc::histr
realnum * histr
Definition
struc.h:28
t_struc::gas_phase
realnum ** gas_phase
Definition
struc.h:75
t_struc::coolstr
double * coolstr
Definition
struc.h:78
t_struc::o3str
realnum * o3str
Definition
struc.h:31
t_struc::pressure
realnum * pressure
Definition
struc.h:33
t_struc::H2_abund
realnum * H2_abund
Definition
struc.h:72
t_struc::StatesElem
realnum **** StatesElem
Definition
struc.h:67
t_struc::ednstr
realnum * ednstr
Definition
struc.h:30
t_struc::hden
realnum * hden
Definition
struc.h:45
t_struc::dr_ionfrac_limit
realnum dr_ionfrac_limit
Definition
struc.h:84
t_struc::GasPressure
realnum * GasPressure
Definition
struc.h:41
t_struc::xLyman_depth
realnum * xLyman_depth
Definition
struc.h:55
t_struc::pres_radiation_lines_curr
realnum * pres_radiation_lines_curr
Definition
struc.h:43
t_struc::DenMass
realnum * DenMass
Definition
struc.h:49
t_struc::AccelTotalOutward
realnum * AccelTotalOutward
Definition
struc.h:37
t_struc::hiistr
realnum * hiistr
Definition
struc.h:29
t_struc::DenParticles
realnum * DenParticles
Definition
struc.h:47
Generated by
1.14.0