diff --git a/problems/2023-basic-turbulence-cases/backward-facing-step/bfs_flow_step.i b/problems/2023-basic-turbulence-cases/backward-facing-step/bfs_flow_step.i index ad40b9268c..db4306b3cf 100644 --- a/problems/2023-basic-turbulence-cases/backward-facing-step/bfs_flow_step.i +++ b/problems/2023-basic-turbulence-cases/backward-facing-step/bfs_flow_step.i @@ -19,7 +19,7 @@ alpha = 0.33333 # INS SUPG and PSPG stabilization parameter dx = '4 0.8 0.4 1.6 0.4 6.8 4 2 2 2.5 3 3.5 25' ix = '64 16 10 50 10 136 64 25 20 20 20 20 125' dy = '0.025 0.025 0.9 0.025 0.025 0.025 0.025 0.2 1.25 1 2.5 1.5 1.25 0.2 0.025 0.025' - iy = '16 8 36 5 10 20 5 10 25 20 5 30 25 10 5 20' + iy = '16 8 36 5 10 20 5 10 25 20 5 30 25 10 5 20' [] [rename] type = SubdomainBoundingBoxGenerator diff --git a/problems/2023-basic-turbulence-cases/backward-facing-step/bfs_flow_upstream.i b/problems/2023-basic-turbulence-cases/backward-facing-step/bfs_flow_upstream.i index f22f600ad7..f01a034f91 100644 --- a/problems/2023-basic-turbulence-cases/backward-facing-step/bfs_flow_upstream.i +++ b/problems/2023-basic-turbulence-cases/backward-facing-step/bfs_flow_upstream.i @@ -19,7 +19,7 @@ alpha = 0.33333 # INS SUPG and PSPG stabilization parameter dx = '0.25 0.75 103' ix = '40 1 103' dy = '0.025 0.025 0.9 0.025 0.025 0.025 0.025 0.2 1.25 1 2.5 1.5 1.25 0.2 0.025 0.025' - iy = '16 8 36 5 10 20 5 10 25 20 5 30 25 10 5 20' + iy = '16 8 36 5 10 20 5 10 25 20 5 30 25 10 5 20' [] [rename] type = SubdomainBoundingBoxGenerator