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"]
every_dt = 0.02
Loading