cloudy  trunk
cool_zinc.cpp
Go to the documentation of this file.
00001 /* This file is part of Cloudy and is copyright (C)1978-2008 by Gary J. Ferland and
00002  * others.  For conditions of distribution and use see copyright notice in license.txt */
00003 /*CoolZinc compute zinc cooling */
00004 #include "cddefines.h"
00005 #include "taulines.h"
00006 #include "lines_service.h"
00007 #include "atoms.h"
00008 #include "cooling.h"
00009 
00010 void CoolZinc(void)
00011 {
00012 
00013         DEBUG_ENTRY( "CoolZinc()" );
00014 
00015         /* zinc iv 3.625 microns, 
00016          *  >>refer     Zn 4    wl      Dinerstein, H.L.,  Gaballe, T.R> 2001, ApJ, 562, 515-520 */
00017         PutCS(1., &TauLines[ipZn04363]);
00018         atom_level2( &TauLines[ipZn04363]);
00019         return;
00020 }
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated for cloudy by doxygen 1.7.6.1