We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff369a9 commit d9ec1baCopy full SHA for d9ec1ba
pyro/compressible/_defaults
@@ -5,7 +5,6 @@ cfl = 0.8
5
[eos]
6
gamma = 1.4 ; pres = rho ener (gamma - 1)
7
8
-
9
[compressible]
10
use_flattening = 1 ; apply flattening at shocks (1)
11
@@ -21,6 +20,8 @@ grav = 0.0 ; gravitational acceleration (in y-direction)
21
20
22
riemann = HLLC ; HLLC or CGF
23
+small_eint = -1.e200 ; minimum density allowed
24
+small_dens = -1.e200 ; minimum specific internal energy allowed
25
26
[sponge]
27
do_sponge = 0 ; do we include a sponge source term
pyro/compressible/simulation.py
@@ -437,7 +437,6 @@ def evolve(self):
437
438
tm_evolve.end()
439
440
441
def dovis(self):
442
"""
443
Do runtime visualization.
0 commit comments