00001 /* This file is part of Cloudy and is copyright (C)1978-2007 by Gary J. Ferland 00002 * For conditions of distribution and use see copyright notice in license.txt */ 00004 EXTERN struct t_secondaries { 00005 00006 float heatef, 00007 efionz, 00008 exctef; 00011 float sec2prim; 00012 00014 float **csupra , 00015 **csupra_effic; 00016 00020 float sec2total; 00021 00023 float SecHIonMax; 00024 00026 float SetCsupra; 00027 00029 bool lgCSetOn; 00030 00033 bool lgSecOFF; 00034 00036 long int ipSecIon; 00037 00040 float /*supsav, */ 00041 hetsav, 00042 savefi, 00043 x12sav; 00044 00046 float x12tot, 00049 Hx12[2][NHYDRO_MAX_LEVEL]; 00050 00051 } secondaries; 00052