cloudy trunk
Loading...
Searching...
No Matches
freebound.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 FREEBOUND_H_
5#define FREEBOUND_H_
6
7#define NUM_DR_TEMPS 19
8
10{
11public:
14
17
23 double RadRecomb[3];
24
26 double RadRecCon;
29
32
36
39
42
44 long int ipOpac;
45
48
50 double DepartCoef;
51
53 double PopLTE;
54
56 double ColIoniz;
57
59 double gamnc;
60
67
73
75 double PhotoHeat;
76
78 double SigmaAtot;
79
82
83 void Reset();
84};
85
86
87#endif /* FREEBOUND_H_ */
88
double RadRecomb[3]
Definition freebound.h:23
double ConOpacRatio
Definition freebound.h:47
double SigmaAtot
Definition freebound.h:78
double DielecRecombVsTemp[NUM_DR_TEMPS]
Definition freebound.h:35
double ColIoniz
Definition freebound.h:56
double RateLevel2Cont
Definition freebound.h:38
double RecomInducCool_Coef
Definition freebound.h:72
double DepartCoef
Definition freebound.h:50
long int ipIsoLevNIonCon
Definition freebound.h:13
double RadRecCon
Definition freebound.h:26
double RecomInducRate
Definition freebound.h:66
double PhotoHeat
Definition freebound.h:75
double xIsoLevNIonRyd
Definition freebound.h:16
long int ipOpac
Definition freebound.h:44
double PopLTE
Definition freebound.h:53
double SigmaRadEffec
Definition freebound.h:81
double RadEffec
Definition freebound.h:81
void Reset()
Definition freebound.cpp:7
double DielecRecomb
Definition freebound.h:31
double RateCont2Level
Definition freebound.h:41
double gamnc
Definition freebound.h:59
double RadRecCoolCoef
Definition freebound.h:28
#define NUM_DR_TEMPS
Definition freebound.h:7