cloudy  trunk
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
cool_zinc.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 /*CoolZinc compute zinc cooling */
4 #include "cddefines.h"
5 #include "taulines.h"
6 #include "lines_service.h"
7 #include "atoms.h"
8 #include "cooling.h"
9 
10 void CoolZinc(void)
11 {
12 
13  DEBUG_ENTRY( "CoolZinc()" );
14 
15  /* zinc iv 3.625 microns,
16  * >>refer Zn 4 wl Dinerstein, H.L., Gaballe, T.R> 2001, ApJ, 562, 515-520 */
17  PutCS(1., &TauLines[ipZn04363]);
18  atom_level2( &TauLines[ipZn04363]);
19  return;
20 }

Generated for cloudy by doxygen 1.8.1.2