cloudy
trunk
Main Page
Related Pages
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
source
cool_coba.cpp
Go to the documentation of this file.
1
/* This file is part of Cloudy and is copyright (C)1978-2008 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
}
Generated for cloudy by
1.8.1.1