PLUTO
4.0
Main Page
Related Pages
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Enumerations
Macros
Pages
Src
Cooling
SNEq
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
Generated on Fri Nov 9 2012 13:15:47 for PLUTO by
1.8.2