Skip to content

Commit 4a1b90d

Browse files
author
Hyeoksu Lee
committed
update test for mixlayer_perturb
1 parent 8a2b530 commit 4a1b90d

File tree

3 files changed

+45
-45
lines changed

3 files changed

+45
-45
lines changed

tests/D13FDB23/golden-metadata.txt

Lines changed: 23 additions & 23 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: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -634,20 +634,20 @@ 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': 35, 'p': 24, 'num_patches': 1, 'num_fluids': 1,
638-
'x_domain%beg': 0.0, 'x_domain%end': 40.0, 'bc_x%beg': -3, 'bc_x%end': -3,
639-
'y_domain%beg': -40.0, 'y_domain%end': 40.0, 'bc_y%beg': -6, 'bc_y%end': -6,
640-
'z_domain%beg': 0.0, 'z_domain%end': 40.0, 'bc_z%beg': -3, 'bc_z%end': -3,
641-
'mixlayer_vel_profile': 'T', 'mixlayer_vel_coef': 1.0, 'mixlayer_perturb': 'T',
642-
'weno_Re_flux': 'T', 'weno_avg': 'T', 'mapped_weno': 'T',
637+
'm': 24, 'n': 48, 'p': 24, 'num_patches': 1, 'num_fluids': 1,
638+
'x_domain%beg': 0.0, 'x_domain%end': 32.0, 'bc_x%beg': -1, 'bc_x%end': -1,
639+
'y_domain%beg': -16.0, 'y_domain%end': 16.0, 'bc_y%beg': -6, 'bc_y%end': -6,
640+
'z_domain%beg': 0.0, 'z_domain%end': 8.0, 'bc_z%beg': -1, 'bc_z%end': -1,
641+
'mixlayer_vel_profile': 'T', 'mixlayer_perturb': 'T',
642+
'weno_Re_flux': 'F', 'weno_avg': 'T', 'wenoz': 'T',
643643
'fluid_pp(1)%gamma': 2.5, 'fluid_pp(1)%pi_inf': 0.0,
644644
'fluid_pp(1)%Re(1)': 1.6881644098979287, 'viscous': 'T',
645645
'patch_icpp(1)%geometry': 9,
646-
'patch_icpp(1)%x_centroid': 20.0, 'patch_icpp(1)%length_x': 40.0,
647-
'patch_icpp(1)%y_centroid': 0.0, 'patch_icpp(1)%length_y': 80.0,
648-
'patch_icpp(1)%z_centroid': 20.0, 'patch_icpp(1)%length_z': 40.0,
646+
'patch_icpp(1)%x_centroid': 16.0, 'patch_icpp(1)%length_x': 32.0,
647+
'patch_icpp(1)%y_centroid': 0.0, 'patch_icpp(1)%length_y': 32.0,
648+
'patch_icpp(1)%z_centroid': 4.0, 'patch_icpp(1)%length_z': 8.0,
649649
'patch_icpp(1)%vel(1)': 1.0, 'patch_icpp(1)%vel(2)': 0.0, 'patch_icpp(1)%vel(3)': 0.0,
650-
'patch_icpp(1)%pres': 1.0, 'patch_icpp(1)%alpha_rho(1)': 1.0, 'patch_icpp(1)%alpha(1)': 1.0,
650+
'patch_icpp(1)%pres': 17.8571428571, 'patch_icpp(1)%alpha_rho(1)': 1.0, 'patch_icpp(1)%alpha(1)': 1.0,
651651
'patch_icpp(1)%r0': -1e6, 'patch_icpp(1)%v0': -1e6,
652652
'patch_icpp(2)%geometry': -100,
653653
'patch_icpp(2)%x_centroid': -1e6, 'patch_icpp(2)%length_x': -1e6,

0 commit comments

Comments
 (0)