Skip to content
Snippets Groups Projects

Implement regularizations for Euler eq

Closed Florian Atteneder requested to merge fa/euler-new-regulates into main
3 files
+ 23
0
Compare changes
  • Side-by-side
  • Inline
Files
3
[EquationOfState]
idealgas_gamma = 3.0
eos = "idealgas"
[EulerEq]
id = "smooth_isentropic_flow"
[Evolution]
cfl = 0.9
tend = 0.50
[Mesh]
range = [-1.0, 1.0]
k = 1048
scheme = "FV"
[Output]
variables = ["rho", "q", "E"]
aligned_ts = [ 0.05, 0.10, 0.15, 0.20, 0.25, 0.30, 0.35, 0.40, 0.45 ]
Loading