00001
00002
00004 EXTERN struct t_phycon {
00005
00007 double te;
00008
00010 double te_eV;
00011
00013 double te_ryd;
00014
00016 double te_wn;
00017
00019 double teinv;
00020
00022 double tesqrd;
00023
00027 double EnergyIonization;
00028
00033 double EnergyExcitation;
00034
00036 double EnthalpyDensity;
00037
00040 double EnergyBinding;
00041
00044 double sqrte,
00045 te32,
00046 te90,
00047 te70,
00048 te40,
00049 te30,
00050 te20,
00051 te10,
00052 te07,
00053 te05,
00054 te04,
00055 te03,
00056 te02,
00057 te01,
00058 te007,
00059 te005,
00060 te004,
00061 te003,
00062 te002,
00063 te001,
00064
00065 te0001,
00066 te0002,
00067 te0003,
00068 te0004,
00069 te0005,
00070 te0007;
00072 double telogn[7] ,
00075 sqlogz[LIMELM];
00076
00078 double alogte;
00079
00081 double alnte;
00082
00083 double
00085 TeInit,
00087 TeProp,
00089 EdenInit ,
00091 EdenProp;
00092
00094 double TEnerDen;
00095
00097 bool lgPhysOK;
00098
00102 float BigJumpTe , BigJumpne , BigJumpH2 , BigJumpCO;
00103
00104 } phycon;
00105