Cloudy
Spectral Synthesis Code for Astrophysics
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-2025 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 PopLTE;
51
53 double ColIoniz;
54
56 double gamnc;
57
64
70
72 double PhotoHeat;
73
75 double SigmaAtot;
76
79
80 void Reset();
81};
82
83
84#endif /* FREEBOUND_H_ */
85
Definition freebound.h:10
double RadRecomb[3]
Definition freebound.h:23
double ConOpacRatio
Definition freebound.h:47
double SigmaAtot
Definition freebound.h:75
double DielecRecombVsTemp[NUM_DR_TEMPS]
Definition freebound.h:35
double ColIoniz
Definition freebound.h:53
double RateLevel2Cont
Definition freebound.h:38
double RecomInducCool_Coef
Definition freebound.h:69
long int ipIsoLevNIonCon
Definition freebound.h:13
double RadRecCon
Definition freebound.h:26
double RecomInducRate
Definition freebound.h:63
double PhotoHeat
Definition freebound.h:72
double xIsoLevNIonRyd
Definition freebound.h:16
long int ipOpac
Definition freebound.h:44
double PopLTE
Definition freebound.h:50
double SigmaRadEffec
Definition freebound.h:78
double RadEffec
Definition freebound.h:78
void Reset()
Definition freebound.cpp:7
double DielecRecomb
Definition freebound.h:31
double RateCont2Level
Definition freebound.h:41
double gamnc
Definition freebound.h:56
double RadRecCoolCoef
Definition freebound.h:28
#define NUM_DR_TEMPS
Definition freebound.h:7