Main Page   Modules   Compound List   File List   Compound Members   File Members  

various.h

Go to the documentation of this file.
00001 /* 
00002 // File:    various.h 
00003 //
00004 // Purpose:  
00005 //   Macros for constants program parameters
00007 
00060 #ifndef _VARIOUS_H_
00061 #define _VARIOUS_H_ 
00062 
00063 #include "maloc/maloc.h"
00064 #include "apbs/apbs.h"
00065 
00071 #define COULOMB_FACTOR(eps_w) (Vunit_ec*Vunit_ec/(4.0*1.0e-10*Vunit_pi*Vunit_eps0*eps_w))
00072                                                                                                         
00078 #define EPS_W   78.36           
00079 
00085 #define MAX_DISPL 2.0   
00086 
00092 #define MIN_P_NUMBER 11.0                               
00093 
00094 /*fixed program parameters*/
00099 #define MAX_PROBE_RAD 5.0                                       
00100 
00105 #define MIN_ION_RAD 1.5         
00106 
00111 #define VOLUME_CALC_RES 1.0                                             
00112 
00117 #define VACCMAXNBOR 20
00118 
00119 /*control macros*/
00120 #ifndef VDEBUG
00121 
00126 #define _TWISTER_INLINES_ 1
00127 
00132 #define _ANALYSIS_INLINES_ 1
00133 
00138 #define _SSYSTEM_INLINES_ 1
00139 
00144 #define _PARAMS_INLINES_ 1
00145 
00150 #define _MACROMOLECULE_INLINES_ 1
00151 
00156 #define _IONLIST_INLINES_ 1
00157 
00162 #define _ENERGY_INLINES_ 1
00163 
00164 #endif /* ifndef DEBUG */
00165 
00166 
00167 
00168 #endif /* ifndef _VARIOUS_H_ */
00169 
00170 

Generated on Tue Jun 18 16:58:25 2002 for ISIM by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002