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
1 change: 1 addition & 0 deletions changelog-entries/731.md
Comment thread
MakisH marked this conversation as resolved.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Add `heat-exchanger-simplified` tutorial to the system test suites.
10 changes: 10 additions & 0 deletions tools/tests/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ test_suites:
- fluid-su2
- solid-fenics
reference_result: ./perpendicular-flap/reference-results/fluid-su2_solid-fenics.tar.gz
heat_exchanger_simplified_test:
tutorials:
- *heat_exchanger_simplified
dealii_test:
tutorials:
- path: perpendicular-flap
Expand Down Expand Up @@ -158,6 +161,13 @@ test_suites:
- solid-upstream-dealii
- solid-downstream-dealii
reference_result: ./perpendicular-flap/reference-results/fluid-openfoam_solid-upstream-dealii_solid-downstream-dealii.tar.gz
- &heat_exchanger_simplified
path: heat-exchanger-simplified
case_combination:
- fluid-top-openfoam
- fluid-btm-openfoam
- solid-calculix
reference_result: ./heat-exchanger-simplified/reference-results/fluid-top-openfoam_fluid-btm-openfoam_solid-calculix.tar.gz
- path: free-flow-over-porous-media
case_combination:
- free-flow-dumux
Expand Down