Skip to content
Snippets Groups Projects

Implement Navier-Stokes regularizations for Euler eq

Merged Florian Atteneder requested to merge fa/wip2/euler-new-regulatesg into main
2 files
+ 52
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 26
0
[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
Loading