Skip to content

Commit 15b62fa

Browse files
committed
Adapt a reg test to contain INTEGRATED_HEATFLUX.
Used a 3D cht case and applied it in the solid zone. Residual stay exactly the same. This, to my experience is only the case because the surface is a plane rectangle. For e.g. a round shape the small mismatch in exact circle circumference and the discrete appriximation by the mesh is enough to alter the residuals (and final temperature) slighthly. The Residual change in this case for the Temperature is due to the error that was in the mesh (see Testcases #91)
1 parent 084727b commit 15b62fa

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

TestCases/incomp_navierstokes/streamwise_periodic/chtPinArray_3d/configSolid.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ THERMAL_CONDUCTIVITY_CONSTANT= 200
2525
%
2626
MARKER_SYM= ( solid_sym_sides)
2727
%
28-
MARKER_HEATFLUX= ( solid_bottom_heater, 5e5, \
28+
% 5e5[W/m^2]@solid_bottom_heat * 3.59172[m^2]@solid_bottom_heater = 17.9586 [W]
29+
INTEGRATED_HEATFLUX= YES
30+
MARKER_HEATFLUX= ( solid_bottom_heater, 17.9586, \
2931
solid_block_inlet, 0.0, \
3032
solid_block_outlet, 0.0, \
3133
solid_pin1_inlet, 0.0, \

TestCases/parallel_regression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1428,7 +1428,7 @@ def main():
14281428
sp_pinArray_3d_cht_mf_hf_tp.cfg_dir = "incomp_navierstokes/streamwise_periodic/chtPinArray_3d"
14291429
sp_pinArray_3d_cht_mf_hf_tp.cfg_file = "configMaster.cfg"
14301430
sp_pinArray_3d_cht_mf_hf_tp.test_iter = 30
1431-
sp_pinArray_3d_cht_mf_hf_tp.test_vals = [0.511984, -3.063453, -0.451962, -0.008477, 214.707868, 365.670000] #last 7 lines
1431+
sp_pinArray_3d_cht_mf_hf_tp.test_vals = [0.511984, -0.894867, -0.451962, -0.008477, 214.707868, 365.670000] #last 7 lines
14321432
sp_pinArray_3d_cht_mf_hf_tp.su2_exec = "mpirun -n 2 SU2_CFD"
14331433
sp_pinArray_3d_cht_mf_hf_tp.timeout = 1600
14341434
sp_pinArray_3d_cht_mf_hf_tp.tol = 0.00001

0 commit comments

Comments
 (0)