Streamer fluid modeling - An overview of ARCoS
1.0
Main Page
Related Pages
Data Types List
Files
File List
File Members
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
include
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
8
struct
photo_term_t
9
{
10
double
A
;
11
double
lambda
;
12
13
/* We store the photoionization terms in a linked list. */
14
photo_term_t
*
next
;
15
};
16
17
/* Photoionization terms. */
18
extern
photo_term_t
*
photo_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
Generated on Fri Jul 4 2014 15:40:20 for Streamer fluid modeling - An overview of ARCoS by
1.8.2