Skip to content

Commit 9205670

Browse files
systemtests: add heat-exchanger-simplified test suite
1 parent ae2b3cc commit 9205670

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

changelog-entries/731.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Add `heat-exchanger-simplified` tutorial to the system test suites.

tools/tests/tests.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,14 @@ test_suites:
5858
- fluid-su2
5959
- solid-fenics
6060
reference_result: ./perpendicular-flap/reference-results/fluid-su2_solid-fenics.tar.gz
61+
heat_exchanger_simplified_test:
62+
tutorials:
63+
- path: heat-exchanger-simplified
64+
case_combination:
65+
- fluid-top-openfoam
66+
- fluid-btm-openfoam
67+
- solid-calculix
68+
reference_result: ./heat-exchanger-simplified/reference-results/fluid-top-openfoam_fluid-btm-openfoam_solid-calculix.tar.gz
6169
dealii_test:
6270
tutorials:
6371
- path: perpendicular-flap
@@ -141,3 +149,9 @@ test_suites:
141149
- solid-upstream-dealii
142150
- solid-downstream-dealii
143151
reference_result: ./perpendicular-flap/reference-results/fluid-openfoam_solid-upstream-dealii_solid-downstream-dealii.tar.gz
152+
- path: heat-exchanger-simplified
153+
case_combination:
154+
- fluid-top-openfoam
155+
- fluid-btm-openfoam
156+
- solid-calculix
157+
reference_result: ./heat-exchanger-simplified/reference-results/fluid-top-openfoam_fluid-btm-openfoam_solid-calculix.tar.gz

0 commit comments

Comments
 (0)