Skip to content

Commit

Permalink
Update timestepping inputs for gk-ion and mirror geometry example files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Hardman committed May 1, 2024
1 parent 5205aba commit 21a7557
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
10 changes: 6 additions & 4 deletions examples/geometry/1D-mirror.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ vpa_IC_temperature_phase2 = 0.0
charge_exchange_frequency = 0.5
ionization_frequency = 0.05
constant_ionization_rate = true
nstep = 10000
dt = 1.0e-3
nwrite = 50
nwrite_dfns = 50
use_semi_lagrange = false
n_rk_stages = 4
split_operators = false
Expand Down Expand Up @@ -82,3 +78,9 @@ DeltaB=0.5
#option="constant-helical"
pitch=1.0
rhostar= 1.0

[timestepping]
nstep = 10000
dt = 1.0e-3
nwrite = 50
nwrite_dfns = 50
12 changes: 7 additions & 5 deletions examples/gk-ions/2D-periodic-gk.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ vpa_IC_temperature_phase2 = 0.0
charge_exchange_frequency = 0.5
ionization_frequency = 0.05
constant_ionization_rate = true
nstep = 50
dt = 1.0e-3
nwrite = 10
nwrite_dfns = 10
use_semi_lagrange = false
n_rk_stages = 4
split_operators = false
Expand Down Expand Up @@ -88,4 +84,10 @@ vperp_dissipation_coefficient = 1.0e-3 #1.0e-2 #1.0e-1

[neutral_numerical_dissipation]
moment_dissipation_coefficient = 0.0001
vz_dissipation_coefficient = 0.01
vz_dissipation_coefficient = 0.01

[timestepping]
nstep = 50
dt = 1.0e-3
nwrite = 10
nwrite_dfns = 10

0 comments on commit 21a7557

Please sign in to comment.