Skip to content
Snippets Groups Projects

Updates for testing Circularly Polarised Alfven Wave Test

Closed Orestis Karapiperis requested to merge karapiperis/PolarisedAlfvenWave into MHD_canvas
2 unresolved threads
Files
7
@@ -17,7 +17,7 @@ TimeIntegration:
Snapshots:
basename: CircularlyPolarisedAlfvenWave # Common part of the name of output files
time_first: 0. # Time of the first output (in internal units)
delta_time: 0.5 # Time difference between consecutive outputs (in internal units)
delta_time: 5.0 # Time difference between consecutive outputs (in internal units)
compression: 1
# Parameters governing the conserved quantities statistics
@@ -26,15 +26,17 @@ Statistics:
# Parameters for the hydrodynamics scheme
SPH:
resolution_eta: 1.2348 # Target smoothing length in units of the mean inter-particle separation (1.2348 == 48Ngbs with the cubic spline kernel$
resolution_eta: 1.2 # Target smoothing length in units of the mean inter-particle separation (1.2348 == 48Ngbs with the cubic spline kernel$
CFL_condition: 0.075 # Courant-Friedrich-Levy condition for time integration.
viscosity_alpha: 2.0
# Parameters for MHD schemes
MHD:
hyperbolic_dedner: 1.0
parabolic_dedner: 2.0
diffusion_eta: 0.0
monopole_subtraction: 1.0
artificial_diffusion: 0.0
hyperbolic_dedner: 0.0
hyperbolic_dedner_divv: 0.0
parabolic_dedner: 0.0
resistive_eta: 0.0
# Physical parameters
PhysicalConstants:
Loading