Streamer fluid modeling - An overview of ARCoS  1.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
photo.h
Go to the documentation of this file.
1 
4 #ifndef _PHOTO_H_
5 
6 typedef struct photo_term_t photo_term_t;
7 
9 {
10  double A;
11  double lambda;
12 
13  /* We store the photoionization terms in a linked list. */
15 };
16 
17 /* Photoionization terms. */
19 
20 #define photo_printf_str "{A = %g, lambda = %g}"
21 #define photo_printf_args(_T) (_T)->A, (_T)->lambda
22 
23 #define _PHOTO_H_
24 #endif