cloudy  trunk
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
struc.h
Go to the documentation of this file.
1 /* This file is part of Cloudy and is copyright (C)1978-2017 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 
12 struct t_struc {
13 
19  long int nzlim;
20 
23 
26  *volstr,
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 */
38  /* inward acceleration due to gravity, a positive number */
39  *AccelGravity,
41  *GasPressure ,
45  *hden ,
47  *DenParticles ,
49  *DenMass,
51  *depth,
53  *drad,
55  *xLyman_depth,
57  *depth_last,
58  *drad_last;
59 
62 
65 
68 
72  *H2_abund;
73 
76 
78  double *coolstr ,
79  *heatstr;
80 
85 
86  };
87 
88 extern t_struc struc;
89 
90 #endif /* STRUC_H_ */
realnum * hden
Definition: struc.h:25
realnum dr_ionfrac_limit
Definition: struc.h:84
realnum * windv
Definition: struc.h:25
realnum * depth_last
Definition: struc.h:25
t_struc struc
Definition: struc.cpp:6
realnum * ednstr
Definition: struc.h:25
realnum ** molecules
Definition: struc.h:71
realnum * volstr
Definition: struc.h:25
Definition: struc.h:12
double * heatstr
Definition: struc.h:78
double * coolstr
Definition: struc.h:78
realnum * AccelGravity
Definition: struc.h:25
realnum * DenMass
Definition: struc.h:25
realnum TempChangeMax
Definition: struc.h:61
realnum * depth
Definition: struc.h:25
realnum * GasPressure
Definition: struc.h:25
realnum * drad
Definition: struc.h:25
float realnum
Definition: cddefines.h:124
realnum **** StatesElem
Definition: struc.h:67
realnum * DenParticles
Definition: struc.h:25
realnum * H2_abund
Definition: struc.h:71
long int nzlim
Definition: struc.h:19
realnum * drad_x_fillfac
Definition: struc.h:25
realnum * AccelTotalOutward
Definition: struc.h:25
realnum * drad_last
Definition: struc.h:25
realnum ** gas_phase
Definition: struc.h:75
realnum * histr
Definition: struc.h:25
realnum * xLyman_depth
Definition: struc.h:25
realnum * testr
Definition: struc.h:25
long int nzonePreviousIteration
Definition: struc.h:22
realnum * hiistr
Definition: struc.h:25
realnum *** xIonDense
Definition: struc.h:64
realnum * o3str
Definition: struc.h:25
realnum * pressure
Definition: struc.h:25
realnum * pres_radiation_lines_curr
Definition: struc.h:25