# # Sedov blast wave: evolution # Usage: ./hydro_[123]d .par # # initial data initial_data_prefix = "mesa_relaxation" # equation of state eos_type = "ideal" poly_gamma = 1.4 # polytropic index # good kernel sph_kernel = "Wendland C6" sph_eta = 1.6 # evolution parameters initial_dt = 1.e-6 timestep_cfl_factor = 0.1 final_iteration = 800 out_screen_every = 1 out_scalar_every = 1 out_h5data_every = 10 output_h5data_prefix = "mesa_evolution" thermokinetic_formulation = yes adaptive_timestep = yes sph_variable_h = yes