From 21a75574f18c2e1ceb55eb1abede28c7c0c50a69 Mon Sep 17 00:00:00 2001 From: Michael Hardman Date: Wed, 1 May 2024 10:33:56 +0000 Subject: [PATCH] Update timestepping inputs for gk-ion and mirror geometry example files. --- examples/geometry/1D-mirror.toml | 10 ++++++---- examples/gk-ions/2D-periodic-gk.toml | 12 +++++++----- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/examples/geometry/1D-mirror.toml b/examples/geometry/1D-mirror.toml index eb484f49d..6a8fe60a3 100644 --- a/examples/geometry/1D-mirror.toml +++ b/examples/geometry/1D-mirror.toml @@ -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 @@ -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 diff --git a/examples/gk-ions/2D-periodic-gk.toml b/examples/gk-ions/2D-periodic-gk.toml index 36a8eacb3..0d27dfb1e 100644 --- a/examples/gk-ions/2D-periodic-gk.toml +++ b/examples/gk-ions/2D-periodic-gk.toml @@ -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 @@ -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 \ No newline at end of file +vz_dissipation_coefficient = 0.01 + +[timestepping] +nstep = 50 +dt = 1.0e-3 +nwrite = 10 +nwrite_dfns = 10