aboutsummaryrefslogtreecommitdiff
path: root/Examples/Tests/initial_plasma_profile/inputs
blob: 21cc7cc8970d9953f95575c99c8ce5737cbc876c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
#################################
####### GENERAL PARAMETERS ######
#################################
max_step             = 1
amr.n_cell           = 128 128
amr.max_grid_size    = 64
amr.blocking_factor  = 64
amr.max_level        = 0
geometry.dims        = 2
geometry.prob_lo = -0.00024190484157981564 -0.00016126989438654374
geometry.prob_hi =  0.00024190484157981564  1.e-6

#################################
###### Boundary condition #######
#################################
boundary.field_lo = pec pec
boundary.field_hi = pec pec

#################################
############ NUMERICS ###########
#################################
warpx.verbose = 1
warpx.cfl     = 0.9999
warpx.use_filter = 0

# Order of particle shape factors
algo.particle_shape = 1

#################################
############ PLASMA #############
#################################
particles.species_names = electrons

electrons.charge = -q_e
electrons.mass = m_e
electrons.injection_style = NUniformPerCell
electrons.num_particles_per_cell_each_dim = 1 1
electrons.momentum_distribution_type = "at_rest"
electrons.xmin = -150.e-6
electrons.xmax =  150.e-6
electrons.ymin = -150.e-6
electrons.ymax =  150.e-6
electrons.zmin = 0.0
electrons.zmax = 0.32
electrons.profile                 = "predefined"
electrons.predefined_profile_name = "parabolic_channel"
#         predefined_profile_params = z_start   ramp_up   plateau   ramp_down   rc       n0
electrons.predefined_profile_params = 0.0       .02       .297      .003        40.e-6   1.7e23

#################################
########## DIAGNOSTIC ###########
#################################
diagnostics.diags_names = diag1
diag1.diag_type = Full
diag1.fields_to_plot = rho
diag1.intervals = 1