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 */ 00005 void PresTotCurrent(void); 00006 00008 EXTERN struct t_pressure { 00009 00014 float PresLow, 00015 PresHigh; 00016 00017 float PresPowerlaw; 00018 00020 double PresRamInit , PresRamCurr; 00021 00023 double PresTurbCurr; 00024 00027 double PresTotlCurr, 00028 PresTotlCorrect, 00030 PresGasCurr; 00031 00033 double PresTotlInit; 00034 00036 double pres_radiation_lines_curr; 00037 00040 bool lgContRadPresOn; 00041 00044 float PresInteg, 00045 pinzon; 00046 00049 bool lgPres_radiation_ON; 00050 bool lgPres_magnetic_ON; 00051 bool lgPres_ram_ON; 00052 00053 float 00055 RadBetaMax, 00057 pbeta, 00059 PresMax; 00060 00062 long int ipPradMax_line; 00063 00065 long int ipPradMax_nzone; 00066 00068 char chLineRadPres[101]; 00069 00072 bool lgPradCap, 00073 lgPradDen; 00074 00076 bool lgLineRadPresOn; 00077 00080 bool lgRadPresAbortOK; 00081 00084 bool lgSonicPointAbortOK; 00085 00087 bool lgSonicPoint; 00088 00094 bool lgStrongDLimbo; 00095 00096 } pressure; 00097