cloudy  trunk
freebound.cpp
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 #include "cddefines.h"
5 #include "freebound.h"
6 
8 {
9  PopLTE = 0.;
10  ColIoniz = 0.;
11  gamnc = -DBL_MAX;
12  RecomInducRate = -DBL_MAX;
13  DepartCoef = -DBL_MAX;
14  RateLevel2Cont = 0.;
15  RateCont2Level = 0.;
16  ConOpacRatio = 1.;
17  RadRecCon = 0.;
18  RadRecCoolCoef = 0.;
19  RadRecomb[ipRecRad] = 0.;
20  RadRecomb[ipRecNetEsc] = 1.;
21  RadRecomb[ipRecEsc] = 1.;
22  DielecRecomb = 0.;
23  PhotoHeat = 0.;
24 
25  return;
26 };
27 
freeBound::ColIoniz
double ColIoniz
Definition: freebound.h:56
freeBound::DepartCoef
double DepartCoef
Definition: freebound.h:50
freeBound::Reset
void Reset()
Definition: freebound.cpp:7
freeBound::PhotoHeat
double PhotoHeat
Definition: freebound.h:75
freeBound::RadRecomb
double RadRecomb[3]
Definition: freebound.h:23
ipRecNetEsc
const int ipRecNetEsc
Definition: cddefines.h:281
freeBound::DielecRecomb
double DielecRecomb
Definition: freebound.h:31
freeBound::RadRecCoolCoef
double RadRecCoolCoef
Definition: freebound.h:28
freeBound::PopLTE
double PopLTE
Definition: freebound.h:53
freeBound::gamnc
double gamnc
Definition: freebound.h:59
freebound.h
freeBound::RecomInducRate
double RecomInducRate
Definition: freebound.h:66
cddefines.h
freeBound::RateCont2Level
double RateCont2Level
Definition: freebound.h:41
ipRecRad
const int ipRecRad
Definition: cddefines.h:283
freeBound::ConOpacRatio
double ConOpacRatio
Definition: freebound.h:47
freeBound::RateLevel2Cont
double RateLevel2Cont
Definition: freebound.h:38
freeBound::RadRecCon
double RadRecCon
Definition: freebound.h:26
ipRecEsc
const int ipRecEsc
Definition: cddefines.h:279