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
cdr.h
Go to the documentation of this file.
1
4
#include "
cstream.h
"
5
#include "
tree.h
"
6
7
#ifndef _GRID_H_
8
#include "
grid.h
"
9
#endif
10
11
#ifndef _RZ_ARRAY_H_
12
#include "
rz_array.h
"
13
#endif
14
15
#ifndef _TREE_H_
16
#include "
tree.h
"
17
#endif
18
19
#ifndef _CDR_H_
20
typedef
struct
cdr_grid_t
cdr_grid_t
;
21
22
struct
cdr_grid_t
{
23
RECT_COORDS
;
24
LEAF_FIELDS
(
cdr_grid_t
);
25
int
ext_bound
;
26
27
/* Pointer to each of the species. And their time derivatives */
28
rz_array_t
**
dens
;
29
rz_array_t
**
d_dens
;
30
31
/* Components and magnitude of the electric field */
32
rz_array_t
*
er
, *
ez
, *
etheta
, *
eabs
;
33
rz_array_t
*
charge
;
34
35
rz_array_t
*
photo
;
36
37
REAL
*
max_dens
;
38
REAL
max_charge
;
39
REAL
max_eabs
;
40
41
int
contains_edge
;
42
};
43
44
#define SET_DENS_OVERWRITE 1
45
#define SET_DENS_ADD 2
46
#define SET_DENS_SUB 3
47
48
#define _CDR_H_
49
#endif
Generated on Fri Jul 4 2014 15:40:19 for Streamer fluid modeling - An overview of ARCoS by
1.8.2