Skip to content

Commit 6161dd8

Browse files
author
Hyeoksu Lee
committed
update test
1 parent b68d4c6 commit 6161dd8

File tree

3 files changed

+31
-31
lines changed

3 files changed

+31
-31
lines changed

tests/D13FDB23/golden-metadata.txt

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/D13FDB23/golden.txt

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

toolchain/mfc/test/cases.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -634,19 +634,19 @@ def alter_body_forces(dimInfo):
634634
def alter_mixlayer_perturb(dimInfo):
635635
if len(dimInfo[0]) == 3:
636636
cases.append(define_case_d(stack,'mixlayer_perturb',{
637-
'm': 24, 'n': 48, 'p': 24, 'dt': 1e-2,
637+
'm': 24, 'n': 64, 'p': 24, 'dt': 1e-2,
638638
'num_patches': 1, 'num_fluids': 1,
639-
'x_domain%beg': 0.0, 'x_domain%end': 32.0, 'bc_x%beg': -1, 'bc_x%end': -1,
640-
'y_domain%beg': -16.0, 'y_domain%end': 16.0, 'bc_y%beg': -6, 'bc_y%end': -6,
641-
'z_domain%beg': 0.0, 'z_domain%end': 8.0, 'bc_z%beg': -1, 'bc_z%end': -1,
639+
'x_domain%beg': 0.0, 'x_domain%end': 20.0, 'bc_x%beg': -1, 'bc_x%end': -1,
640+
'y_domain%beg': -10.0, 'y_domain%end': 10.0, 'bc_y%beg': -6, 'bc_y%end': -6,
641+
'z_domain%beg': 0.0, 'z_domain%end': 20.0, 'bc_z%beg': -1, 'bc_z%end': -1,
642642
'mixlayer_vel_profile': 'T', 'mixlayer_perturb': 'T',
643643
'weno_Re_flux': 'F', 'weno_avg': 'T', 'wenoz': 'T',
644644
'fluid_pp(1)%gamma': 2.5, 'fluid_pp(1)%pi_inf': 0.0,
645645
'fluid_pp(1)%Re(1)': 1.6881644098979287, 'viscous': 'T',
646646
'patch_icpp(1)%geometry': 9,
647-
'patch_icpp(1)%x_centroid': 16.0, 'patch_icpp(1)%length_x': 32.0,
648-
'patch_icpp(1)%y_centroid': 0.0, 'patch_icpp(1)%length_y': 32.0,
649-
'patch_icpp(1)%z_centroid': 4.0, 'patch_icpp(1)%length_z': 8.0,
647+
'patch_icpp(1)%x_centroid': 10.0, 'patch_icpp(1)%length_x': 20.0,
648+
'patch_icpp(1)%y_centroid': 0.0, 'patch_icpp(1)%length_y': 20.0,
649+
'patch_icpp(1)%z_centroid': 10.0, 'patch_icpp(1)%length_z': 20.0,
650650
'patch_icpp(1)%vel(1)': 1.0, 'patch_icpp(1)%vel(2)': 0.0, 'patch_icpp(1)%vel(3)': 0.0,
651651
'patch_icpp(1)%pres': 17.8571428571, 'patch_icpp(1)%alpha_rho(1)': 1.0, 'patch_icpp(1)%alpha(1)': 1.0,
652652
'patch_icpp(1)%r0': -1e6, 'patch_icpp(1)%v0': -1e6,

0 commit comments

Comments
 (0)