Skip to content
Snippets Groups Projects
Commit 74c18e99 authored by Florian Atteneder's avatar Florian Atteneder
Browse files

add ref test euler_isentropic_flow_regulate-ns -- disabled for now

parent b324a876
No related branches found
No related tags found
1 merge request!71Implement regularizations for Euler eq
This commit is part of merge request !71. Comments created here will be created in the context of that merge request.
[EulerEq]
id = "smooth_isentropic_flow"
av_regularization = "navierstokes"
# av_regularization = "mono"
[EquationOfState]
eos = "idealgas"
idealgas_gamma = 3.0
[Mesh]
range = [ -1.0, 1.0 ]
cfl = 0.10
n = 7
k = 201
basis = "lgl"
[Output]
every_iteration = 1
# every_dt = 0.02
variables = [ "rho", "q", "E", "smoothed_mu" ]
[Evolution]
tend = 0.5
[Log]
progress_stdout = true
[HRSC]
method = "av"
av_smoother_order = 2
av_method = "mda"
# av_method = "entropy"
# entropy_cmax = 2.0
# entropy_ce = 1.0
# mda_cmax = 1.0
......@@ -44,6 +44,10 @@ variables = [ "u" ]
# stops before discontinuity appears
variables = [ "rho", "q", "E" ]
# [euler_isentropic_flow_regulate-ns]
# # stops before discontinuity appears
# variables = [ "rho", "q", "E" ]
[euler_sod_shock_tube_bernstein]
# we did not emit any outputs -- we are happy when it runs
variables = [ "rho", "q", "E" ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment