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

add examples mono and navier-stokes regularization of euler_isentropic_flow problem

parent 240dbc70
No related branches found
No related tags found
1 merge request!79Implement Navier-Stokes regularizations for Euler eq
Pipeline #6070 passed
[EquationOfState]
idealgas_gamma = 3.0
eos = "idealgas"
[EulerEq]
id = "smooth_isentropic_flow"
av_regularization = "mono"
[Evolution]
cfl = 0.75
tend = 0.50
[Mesh]
range = [-1.0, 1.0]
n = 5
k = 680
basis = "lgl"
[Output]
variables = ["rho", "q", "E"]
aligned_ts = "$(collect(range(0.01,0.50,step=0.01)))"
[HRSC]
method = "av"
av_method = "entropy"
entropy_ce = 20.0
[EquationOfState]
idealgas_gamma = 3.0
eos = "idealgas"
[EulerEq]
id = "smooth_isentropic_flow"
av_regularization = "navierstokes"
[Evolution]
cfl = 0.05
tend = 0.50
[Mesh]
range = [-1.0, 1.0]
n = 5
k = 680
basis = "lgl"
[Output]
variables = ["rho", "q", "E"]
aligned_ts = "$(collect(range(0.01,0.50,step=0.01)))"
[HRSC]
method = "av"
av_method = "entropy"
entropy_ce = 20.0
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