Skip to content

Commit

Permalink
missing case dict changes
Browse files Browse the repository at this point in the history
  • Loading branch information
wilfonba committed Feb 20, 2025
1 parent 95b76a4 commit cb8686d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions toolchain/mfc/run/case_dicts.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,8 @@ def analytic(self):
for cmp in ["x", "y", "z"]:
SIMULATION[f'bc_{cmp}%beg'] = ParamType.INT
SIMULATION[f'bc_{cmp}%end'] = ParamType.INT
SIMULATION[f'bc_{cmp}%b_extrap_ic'] = ParamType.LOG
SIMULATION[f'bc_{cmp}%e_extrap_ic'] = ParamType.LOG
SIMULATION[f'bc_{cmp}%vb1'] = ParamType.REAL
SIMULATION[f'bc_{cmp}%vb2'] = ParamType.REAL
SIMULATION[f'bc_{cmp}%vb3'] = ParamType.REAL
Expand Down

0 comments on commit cb8686d

Please sign in to comment.