Skip to content

Commit 169e0ef

Browse files
systemtests: add flow-over-heated-plate-nearest-projection case
1 parent ae2b3cc commit 169e0ef

File tree

3 files changed

+31
-0
lines changed

3 files changed

+31
-0
lines changed

changelog-entries/747.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Add `flow-over-heated-plate-nearest-projection` tutorial to system tests with `metadata.yaml` and test entries (refs #448).
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Flow over heated plate nearest projection
2+
path: flow-over-heated-plate-nearest-projection
3+
url: https://precice.org/tutorials-flow-over-heated-plate-nearest-projection.html
4+
5+
participants:
6+
- Fluid
7+
- Solid
8+
9+
cases:
10+
fluid-openfoam:
11+
participant: Fluid
12+
directory: ./fluid-openfoam
13+
run: ./run.sh
14+
component: openfoam-adapter
15+
16+
solid-openfoam:
17+
participant: Solid
18+
directory: ./solid-openfoam
19+
run: ./run.sh
20+
component: openfoam-adapter

tools/tests/tests.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ test_suites:
1111
- fluid-openfoam
1212
- solid-calculix
1313
reference_result: ./perpendicular-flap/reference-results/fluid-openfoam_solid-calculix.tar.gz
14+
- path: flow-over-heated-plate-nearest-projection
15+
case_combination:
16+
- fluid-openfoam
17+
- solid-openfoam
18+
reference_result: ./flow-over-heated-plate-nearest-projection/reference-results/fluid-openfoam_solid-openfoam.tar.gz
1419
openfoam_adapter_release:
1520
tutorials:
1621
- path: flow-over-heated-plate
@@ -65,6 +70,11 @@ test_suites:
6570
- fluid-openfoam
6671
- solid-dealii
6772
reference_result: ./perpendicular-flap/reference-results/fluid-openfoam_solid-dealii.tar.gz
73+
- path: flow-over-heated-plate-nearest-projection
74+
case_combination:
75+
- fluid-openfoam
76+
- solid-openfoam
77+
reference_result: ./flow-over-heated-plate-nearest-projection/reference-results/fluid-openfoam_solid-openfoam.tar.gz
6878
- path: multiple-perpendicular-flaps
6979
case_combination:
7080
- fluid-openfoam

0 commit comments

Comments
 (0)