cloudy
trunk
Loading...
Searching...
No Matches
source
cool_coba.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
/*CoolCoba compute cobalt cooling */
4
#include "
cddefines.h
"
5
#include "
taulines.h
"
6
#include "
lines_service.h
"
7
#include "
cooling.h
"
8
#include "
atoms.h
"
9
10
void
CoolCoba
(
void
)
11
{
12
13
DEBUG_ENTRY
(
"CoolCoba()"
);
14
15
/* [Co XI] 5168.A
16
* Y(ik) from
17
* >>refer co11 as Pelan, J., & Berrington, K.A. 1995, A&A Suppl, 110, 209 */
18
PutCS
(1.36,
TauLines
[
ipCo11527
]);
19
atom_level2
(
TauLines
[
ipCo11527
]);
20
return
;
21
}
ipCo11527
long ipCo11527
Definition
atmdat_readin.cpp:89
atom_level2
void atom_level2(const TransitionProxy &t)
Definition
atom_level2.cpp:17
atoms.h
cddefines.h
DEBUG_ENTRY
#define DEBUG_ENTRY(funcname)
Definition
cddefines.h:684
CoolCoba
void CoolCoba(void)
Definition
cool_coba.cpp:10
cooling.h
lines_service.h
TauLines
TransitionList TauLines("TauLines", &AnonStates)
taulines.h
PutCS
void PutCS(double cs, const TransitionProxy &t)
Definition
transition.cpp:317
Generated by
1.14.0