Skip to content

Commit a5dc4ba

Browse files
authored
update reg tests to pass AMR-Wind initial density check (#108)
1 parent 78ba1dc commit a5dc4ba

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

test/test_files/dam-break-block/dam-break-block-amr.inp

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,16 @@ geometry.prob_hi = 0.35 0.375 0.4375 # Hi corner coordinates
4040
geometry.is_periodic = 0 0 0 # Periodicity x y z (0/1)
4141

4242
xlo.type = "slip_wall"
43-
xlo.vof_type = "zero_gradient"
4443
xhi.type = "slip_wall"
45-
xhi.vof_type = "zero_gradient"
4644

4745
ylo.type = "slip_wall"
48-
ylo.vof_type = "zero_gradient"
4946
yhi.type = "slip_wall"
50-
yhi.vof_type = "zero_gradient"
5147

5248
zlo.type = "slip_wall"
53-
zlo.vof_type = "zero_gradient"
5449
zhi.type = "slip_wall"
5550
zhi.vof_type = "mass_inflow"
5651
zhi.vof = 0.0
52+
zhi.density_type = "mass_inflow"
53+
zhi.density = 1.
5754

5855
incflo.verbose=0

test/test_files/linear-waves/linear-waves-amr.inp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,15 @@ xlo.type = "slip_wall"
7272
xhi.type = "slip_wall"
7373
xlo.vof_type = "zero_gradient"
7474
xhi.vof_type = "zero_gradient"
75+
xlo.density_type = "zero_gradient"
76+
xhi.density_type = "zero_gradient"
7577

7678
zlo.type = "slip_wall"
7779
zhi.type = "slip_wall"
7880
zlo.vof_type = "zero_gradient"
7981
zhi.vof_type = "zero_gradient"
82+
zlo.density_type = "zero_gradient"
83+
zhi.density_type = "zero_gradient"
8084

8185
incflo.verbose=0
8286

0 commit comments

Comments
 (0)