File tree Expand file tree Collapse file tree 2 files changed +48
-3
lines changed
pyro/compressible/problems Expand file tree Collapse file tree 2 files changed +48
-3
lines changed Original file line number Diff line number Diff line change 22
33[driver]
44max_steps = 10000
5- tmax = 10 .0
5+ tmax = 25 .0
66
77
88[io]
@@ -17,8 +17,8 @@ ny = 384
1717xmax = 4.0
1818ymax = 12.0
1919
20- xlboundary = outflow
21- xrboundary = outflow
20+ xlboundary = periodic
21+ xrboundary = periodic
2222
2323ylboundary = reflect
2424yrboundary = ambient
@@ -39,3 +39,5 @@ do_sponge = 1
3939grav = -2.0
4040
4141limiter = 2
42+
43+ small_dens = 1.e-4
Original file line number Diff line number Diff line change 1+ # simple inputs files for the four-corner problem.
2+
3+ [driver]
4+ max_steps = 10000
5+ tmax = 25.0
6+
7+
8+ [io]
9+ basename = convection_
10+ n_out = 100000000
11+ dt_out = 0.5
12+
13+
14+ [mesh]
15+ nx = 256
16+ ny = 384
17+ xmax = 8.0
18+ ymax = 12.0
19+
20+ xlboundary = periodic
21+ xrboundary = periodic
22+
23+ ylboundary = reflect
24+ yrboundary = ambient
25+
26+
27+ [convection]
28+ scale_height = 2.0
29+ dens_base = 1000.0
30+ dens_cutoff = 1.e-3
31+
32+ e_rate = 0.5
33+
34+
35+ [sponge]
36+ do_sponge = 1
37+
38+ [compressible]
39+ grav = -2.0
40+
41+ limiter = 2
42+
43+ small_dens = 1.e-4
You can’t perform that action at this time.
0 commit comments