cloudy
trunk
Main Page
Related Pages
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
source
geometry.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 _GEOMETRY_H_
5
#define _GEOMETRY_H_
6
8
EXTERN
struct
t_geometry
{
9
11
bool
lgGeoPP
;
12
15
realnum
AngleIllumRadian
;
16
19
realnum
DirectionalCosin
;
20
23
realnum
FillFac
,
24
filpow
,
25
fiscal
;
26
28
bool
lgSphere
;
29
33
/* covering factors, account for possible less than total coverageof 4\pi */
39
realnum
covgeo
;
40
46
realnum
covrt
;
47
49
bool
lgStatic
;
50
58
long
int
iEmissPower
;
59
62
bool
lgStaticNoIt
;
63
65
long
int
nprint
;
66
68
long
int
*
nend
;
69
70
/* the largest number of zones needed in any iteration, used to malloc
71
* arrays that save source function */
72
long
int
nend_max
;
73
75
bool
lgZoneSet
;
76
78
bool
lgZoneTrp
;
79
81
long
int
nEndDflt
;
82
84
bool
lgEndDflt
;
85
86
}
geometry
;
87
88
89
90
#endif
/* _GEOMETRY_H_ */
Generated for cloudy by
1.8.4