Skip to content

Commit

Permalink
Fix parm parse w/ couette.
Browse files Browse the repository at this point in the history
  • Loading branch information
AMLattanzi committed Jul 21, 2023
1 parent 7fe8cdf commit 4bc9c6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Exec/RegTests/CouetteFlow/inputs_couette_x
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ erf.dynamicViscosity = 0.1
# PROBLEM PARAMETERS
prob.rho_0 = 1.0
prob.T_0 = 300.0
// NOTE: this u_0 should match the zhi.velocity specified above
# NOTE: this u_0 should match the zhi.velocity specified above
prob.u_0 = 2.0
prob.v_0 = 0.0
prob.w_0 = 0.0
2 changes: 1 addition & 1 deletion Exec/RegTests/CouetteFlow/inputs_couette_y
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ erf.dynamicViscosity = 0.1
# PROBLEM PARAMETERS
prob.rho_0 = 1.0
prob.T_0 = 300.0
// NOTE: this v_0 should match the zhi.velocity specified above
# NOTE: this v_0 should match the zhi.velocity specified above
prob.u_0 = 0.0
prob.v_0 = 2.0
prob.w_0 = 0.0

0 comments on commit 4bc9c6c

Please sign in to comment.