SRHD: Update cons2prim (!149)
This PR replaces the SRHD's own c2p with that of GRHD. The following parameters are added to the SRHD section: - `id_smooth = false`: If `true` initial data is smoothed with a Bernstein filter. - `av_regularization = "none"`: Controls which AV regularization is to be used. - `c2p_cold_eos_parameters = [ 100.0, 2.0 ]`: Parameters of cold polytropic EoS for c2p, analogous to GRHD. - `av_drag = 0.0`: AV dragging factor to control how rapid AV can change, analogous to GRHD and EulerEq. - `av_recompute_substeps = false`: If `true` AV recomputation is triggered on every substep in the evolution.
parent
e594ea47
No related branches found
No related tags found
Showing
- examples/simple_wave/avmda_covariant.toml 7 additions, 8 deletionsexamples/simple_wave/avmda_covariant.toml
- examples/simple_wave/avmda_mono.toml 34 additions, 0 deletionsexamples/simple_wave/avmda_mono.toml
- src/GRHD/cons2prim.jl 5 additions, 4 deletionssrc/GRHD/cons2prim.jl
- src/SRHD/SRHD.jl 47 additions, 7 deletionssrc/SRHD/SRHD.jl
- src/SRHD/callbacks.jl 11 additions, 4 deletionssrc/SRHD/callbacks.jl
- src/SRHD/cons2prim.jl 9 additions, 298 deletionssrc/SRHD/cons2prim.jl
- src/SRHD/equation.jl 13 additions, 47 deletionssrc/SRHD/equation.jl
- src/SRHD/initialdata.jl 7 additions, 5 deletionssrc/SRHD/initialdata.jl
- src/SRHD/rhs.jl 11 additions, 22 deletionssrc/SRHD/rhs.jl
- src/SRHD/setup.jl 17 additions, 7 deletionssrc/SRHD/setup.jl
- src/SRHD/types.jl 2 additions, 0 deletionssrc/SRHD/types.jl
- src/callbacks.jl 1 addition, 0 deletionssrc/callbacks.jl
- test/IntegrationTests/refs/srhd_simple_wave_avmda/output1d.h5 0 additions, 0 deletions.../IntegrationTests/refs/srhd_simple_wave_avmda/output1d.h5
- test/IntegrationTests/refs/srhd_simple_wave_avmda/srhd_simple_wave_avmda.toml 1 addition, 0 deletions...s/refs/srhd_simple_wave_avmda/srhd_simple_wave_avmda.toml
- test/IntegrationTests/refs/srhd_smooth_flow/output1d.h5 0 additions, 0 deletionstest/IntegrationTests/refs/srhd_smooth_flow/output1d.h5
- test/IntegrationTests/refs/srhd_smooth_flow/srhd_smooth_flow.toml 1 addition, 1 deletion...egrationTests/refs/srhd_smooth_flow/srhd_smooth_flow.toml
- test/IntegrationTests/refs/testconfig.toml 1 addition, 1 deletiontest/IntegrationTests/refs/testconfig.toml
Loading
Please register or sign in to comment