cloudy  trunk
secondaries.h
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 
00004 #ifndef _SECONDARIES_H_
00005 #define _SECONDARIES_H_
00006 
00008 EXTERN struct t_secondaries {
00009 
00012         realnum HeatEfficPrimary;
00016         realnum SecIon2PrimaryErg;
00018         realnum SecExcitLya2PrimaryErg; 
00019 
00021         realnum **csupra ,
00022                 **csupra_effic;
00023 
00027         realnum sec2total;
00028 
00030         realnum SecHIonMax;
00031 
00033         realnum SetCsupra;
00034 
00036         bool lgCSetOn;
00037 
00040         bool lgSecOFF;
00041 
00043         long int ipSecIon;
00044 
00047         realnum /*supsav, */
00048           hetsav, 
00049           savefi, 
00050           x12sav;
00051 
00053         realnum x12tot; 
00054 
00057         multi_arr<realnum,3> Hx12;
00058 
00059         }       secondaries;
00060 
00061 
00062 #endif /* _SECONDARIES_H_ */
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated for cloudy by doxygen 1.7.6.1