Skip to content

Commit f4e5008

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

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ 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+
- *heat_exchanger_simplified
6164
dealii_test:
6265
tutorials:
6366
- path: perpendicular-flap
@@ -141,3 +144,10 @@ test_suites:
141144
- solid-upstream-dealii
142145
- solid-downstream-dealii
143146
reference_result: ./perpendicular-flap/reference-results/fluid-openfoam_solid-upstream-dealii_solid-downstream-dealii.tar.gz
147+
- &heat_exchanger_simplified
148+
path: heat-exchanger-simplified
149+
case_combination:
150+
- fluid-top-openfoam
151+
- fluid-btm-openfoam
152+
- solid-calculix
153+
reference_result: ./heat-exchanger-simplified/reference-results/fluid-top-openfoam_fluid-btm-openfoam_solid-calculix.tar.gz

0 commit comments

Comments
 (0)