Fix Max Residual Output for Incompressible Flow by rois1995 · Pull Request #2466 · su2code/SU2 · GitHub
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SU2_CFD/src/output/CFlowIncOutput.cpp
4 changes: 2 additions & 2 deletions TestCases/parallel_regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ def main():
inc_lam_sphere.cfg_dir = "incomp_navierstokes/sphere"
inc_lam_sphere.cfg_file = "sphere.cfg"
inc_lam_sphere.test_iter = 5
inc_lam_sphere.test_vals = [-8.342926, -8.032107, 0.121003, 25.782687]
inc_lam_sphere.test_vals = [-8.342926, -9.322789, 0.121003, 25.782687]
test_list.append(inc_lam_sphere)

# Buoyancy-driven cavity
Expand Down Expand Up @@ -618,7 +618,7 @@ def main():
sp_pipeSlice_3d_dp_hf_tp.cfg_dir = "incomp_navierstokes/streamwise_periodic/pipeSlice_3d"
sp_pipeSlice_3d_dp_hf_tp.cfg_file = "sp_pipeSlice_3d_dp_hf_tp.cfg"
sp_pipeSlice_3d_dp_hf_tp.test_iter = 10
sp_pipeSlice_3d_dp_hf_tp.test_vals = [-11.119796, -11.234737, -8.694310, -0.000023]
sp_pipeSlice_3d_dp_hf_tp.test_vals = [-11.119796, -11.234737, -9.429479, -0.000023]
test_list.append(sp_pipeSlice_3d_dp_hf_tp)

# 2D pin array with heat transfer BC on pin surfaces
Expand Down
6 changes: 3 additions & 3 deletions TestCases/tutorials.py