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
parameters.h
Go to the documentation of this file.
1
7
#include <stdio.h>
8
#include <stdlib.h>
9
#include <string.h>
10
#include <
libconfig.h
>
11
#include <stdbool.h>
12
13
#ifndef _CSTREAM_H_
14
# include "
cstream.h
"
15
#endif
16
17
#ifndef _RZ_ARRAY_H_
18
# include "
rz_array.h
"
19
#endif
20
21
#ifndef _PARAMETERS_H_
22
24
char
*
prog_id
;
25
char
*
output_dir
;
26
char
*
kin_input
;
27
char
*
load_file
;
28
char
*
photoionization_file
;
29
30
int
cdr_bnd_bottom
,
cdr_bnd_right
,
cdr_bnd_top
,
31
cdr_brick_dr
,
cdr_brick_dz
,
cdr_max_level
,
cdr_interp_bnd
,
cdr_interp_in
,
32
extra_photo_levels
,
extra_pois_levels
,
extra_photo_levels_2
,
33
gridpoints_r
,
gridpoints_z
,
34
has_photoionization
,
35
max_disk_space
,
max_disk_space_mb
,
max_levels
,
max_ntheta
,
36
perturb_max_k
,
photo_bnd_bottom
,
photo_bnd_bottom_2
,
37
photo_bnd_right
,
photo_bnd_right_2
,
38
photo_bnd_top
,
photo_bnd_top_2
,
photo_bnd_top_2_st
,
39
photo_max_level
,
photo_max_level_2
,
40
pois_bnd_bottom
,
pois_bnd_top
,
pois_bnd_right
,
41
pois_inhom
,
pois_inhom_reflections
,
pois_max_level
,
42
cdr_output_margin
,
pois_output_margin
,
43
restart
,
ref_level_eabs
,
spec_total
,
sprite_module
,
sprite_sign
;
44
45
double
attachment_rate
,
attachment_E0
,
46
attempt_dt
,
diffusion_coeff
,
47
background_ionization
,
background_increase_length
,
48
constant_source
,
dens_decay_len
,
49
end_t
,
E0_x
,
E0_y
,
E0_z
,
L_r
,
L_z
,
50
needle_length
,
needle_radius
,
nu_a
,
nu_d
,
nu_f
,
nu_rt
,
51
off_time
,
output_dt
,
52
perturb_epsilon
,
53
photo_max_error
,
photo_max_error_2
,
54
pois_inhom_fixed_q
,
pois_max_error
,
55
ref_threshold_charge
,
ref_threshold_dens
,
ref_threshold_eabs
,
56
ref_threshold_edge
,
57
rise_time
,
start_t
,
58
seed_sigma_x
,
seed_sigma_y
,
seed_sigma_z
,
seed_N
,
59
sprite_dens_0
,
sprite_dens_q
,
60
warn_min_timestep
;
61
int
pois_output
;
62
63
#define _PARAMETERS_H_
64
#endif
Generated on Fri Jul 4 2014 15:40:20 for Streamer fluid modeling - An overview of ARCoS by
1.8.2