diff --git a/examples/fokker-planck/fokker-planck-relaxation-report-resolutions.toml b/examples/fokker-planck/fokker-planck-relaxation-report-resolutions.toml index 2807ea335a..5f771f086b 100644 --- a/examples/fokker-planck/fokker-planck-relaxation-report-resolutions.toml +++ b/examples/fokker-planck/fokker-planck-relaxation-report-resolutions.toml @@ -9,8 +9,6 @@ evolve_moments_conservation = false T_e = 1.0 T_wall = 1.0 rhostar = 1.0 -Bzed = 1.0 -Bmag = 1.0 initial_density1 = 0.5 initial_temperature1 = 1.0 initial_density2 = 0.5 diff --git a/examples/fokker-planck/fokker-planck-relaxation.toml b/examples/fokker-planck/fokker-planck-relaxation.toml index b12454e6f7..780914505b 100644 --- a/examples/fokker-planck/fokker-planck-relaxation.toml +++ b/examples/fokker-planck/fokker-planck-relaxation.toml @@ -9,8 +9,6 @@ evolve_moments_conservation = false T_e = 1.0 T_wall = 1.0 rhostar = 1.0 -Bzed = 1.0 -Bmag = 1.0 initial_density1 = 0.5 initial_temperature1 = 1.0 initial_density2 = 0.5 diff --git a/examples/numerical-dissipation/num-diss-relaxation.toml b/examples/numerical-dissipation/num-diss-relaxation.toml index 29965e248a..3d305dfaae 100644 --- a/examples/numerical-dissipation/num-diss-relaxation.toml +++ b/examples/numerical-dissipation/num-diss-relaxation.toml @@ -9,8 +9,6 @@ evolve_moments_conservation = false T_e = 1.0 T_wall = 1.0 rhostar = 1.0 -Bzed = 1.0 -Bmag = 1.0 initial_density1 = 0.5 initial_temperature1 = 1.0 initial_density2 = 0.5 diff --git a/moment_kinetics/test/fokker_planck_time_evolution_tests.jl b/moment_kinetics/test/fokker_planck_time_evolution_tests.jl index a022170cbc..54e0c54ce5 100644 --- a/moment_kinetics/test/fokker_planck_time_evolution_tests.jl +++ b/moment_kinetics/test/fokker_planck_time_evolution_tests.jl @@ -136,8 +136,6 @@ test_input_gauss_legendre = Dict("run_name" => "gausslegendre_pseudospectral", "electron_physics" => "boltzmann_electron_response", "nuii" => 1.0, "use_semi_lagrange" => false, - "Bzed" => 1.0, - "Bmag" => 1.0, "rhostar" => 1.0, "z_IC_upar_amplitude1" => 0.0, "z_IC_density_amplitude1" => 0.001,