cloudy
trunk
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
source
colden.cpp
Go to the documentation of this file.
1
/* This file is part of Cloudy and is copyright (C)1978-2022 by Gary J. Ferland and
2
* others. For conditions of distribution and use see copyright notice in license.txt */
3
#include "
cddefines.h
"
4
#include "
colden.h
"
5
t_colden
colden
;
6
7
void
t_colden::zero
()
8
{
9
DEBUG_ENTRY
(
"t_colden::zero()"
);
10
/* zero out some column densities */
11
for
(
long
i=0; i <
NCOLD
; i++ )
12
{
13
colden[i] = 0.;
14
}
15
coldenH2_ov_vel
= 0.;
16
17
/* F=0 and F=1 column densities of H0*/
18
H0_21cm_upper
=0;
19
H0_21cm_lower
=0;
20
21
/* variables to do with Jeans mass and radius */
22
TotMassColl
= 0.;
23
tmas
= 0.;
24
wmas
= 0.;
25
rjnmin
= FLT_MAX;
26
ajmmin
= FLT_MAX;
27
28
}
colden
t_colden colden
Definition:
colden.cpp:5
t_colden::tmas
realnum tmas
Definition:
colden.h:61
t_colden::ajmmin
realnum ajmmin
Definition:
colden.h:59
t_colden::rjnmin
realnum rjnmin
Definition:
colden.h:59
t_colden::wmas
realnum wmas
Definition:
colden.h:61
t_colden::zero
void zero()
Definition:
colden.cpp:7
t_colden::H0_21cm_lower
double H0_21cm_lower
Definition:
colden.h:67
t_colden::H0_21cm_upper
double H0_21cm_upper
Definition:
colden.h:66
NCOLD
Definition:
colden.h:17
t_colden::TotMassColl
realnum TotMassColl
Definition:
colden.h:61
t_colden::coldenH2_ov_vel
realnum coldenH2_ov_vel
Definition:
colden.h:37
cddefines.h
DEBUG_ENTRY
#define DEBUG_ENTRY(funcname)
Definition:
cddefines.h:723
colden.h
t_colden
Definition:
colden.h:19
Generated by
1.8.5