Skip to content

Commit 013d41d

Browse files
committed
fix frontier test trial 2
1 parent 2a85a3e commit 013d41d

File tree

3 files changed

+31
-29
lines changed

3 files changed

+31
-29
lines changed

tests/EF3E7C79/golden-metadata.txt

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

tests/EF3E7C79/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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,8 +576,10 @@ def alter_hypoelasticity(dimInfo):
576576
if len(dimInfo[0]) == 3:
577577
reflective_params.update({'bc_z%beg': -2, 'bc_z%end': -2})
578578

579+
tau_star_val = 10.0 if len(dimInfo[0]) == 3 else 0.0
580+
579581
if num_fluids == 1:
580-
cases.append(define_case_d(stack, 'cont_damage', {'cont_damage': 'T', 'tau_star': 0.0, 'cont_damage_s': 2.0, 'alpha_bar': 1e-6}))
582+
cases.append(define_case_d(stack, 'cont_damage', {'cont_damage': 'T', 'tau_star': tau_star_val, 'cont_damage_s': 2.0, 'alpha_bar': 1e-6}))
581583
if len(dimInfo[0]) >= 2:
582584
cases.append(define_case_d(stack, 'bc=-2', reflective_params))
583585
if len(dimInfo[0]) == 2:

0 commit comments

Comments
 (0)