PLUTO  4.0
 All Data Structures Files Functions Variables Enumerations Macros Pages
cooling.h
1 /* ############################################################
2 
3  FILE: cooling.h
4 
5  PURPOSE: contains common definitions for the
6  whole CODE
7 
8  ############################################################ */
9 
10 #define NIONS 1
11 #define DNEUT NFLX /* -- this is the 'conservative' index -- */
12 #define FNEUT DNEUT /* -- this is the 'primitive' index -- */
13 
14 real GetMaxRate (real *, real *, real);
15 real MeanMolecularWeight (real *);
16 double H_MassFrac (void);
17 real COMP_EUIL (real, real, real *);
18 void Radiat (real *, real *);
19 
20 
21 
22 
23 
24 
25 
26 
27 
28