cloudy  trunk
 All Data Structures 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-2008 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 EXTERN struct t_struc {
13 
19  long int nzlim;
20 
23  *volstr,
25  *histr,
26  *hiistr,
27  *ednstr,
28  *o3str,
30  *pressure,
31  /* wind velocity, cm s-1 */
32  *windv,
33  /* total outward acceleration */
34  *AccelTot,
35  /* inward acceleration due to gravity, a positive number */
36  *AccelGravity,
38  *GasPressure ,
42  *hden ,
44  *DenParticles ,
46  *DenMass,
48  *depth,
50  *drad,
52  *xLyman_depth,
54  *depth_last,
55  *drad_last;
56 
58  long int nzone,
59  nzone_last;
60 
63 
67  **CO_molec;
68 
71 
73  double *coolstr ,
74  *heatstr;
75 
80 
81  } struc;
82 
83 
84 #endif /* _STRUC_H_ */

Generated for cloudy by doxygen 1.8.4