Skip to content
Draft
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/747.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Add `flow-over-heated-plate-nearest-projection` tutorial to system tests with `metadata.yaml` and test entries (refs #448).
20 changes: 20 additions & 0 deletions flow-over-heated-plate-nearest-projection/metadata.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Flow over heated plate nearest projection
path: flow-over-heated-plate-nearest-projection
url: https://precice.org/tutorials-flow-over-heated-plate-nearest-projection.html

participants:
- Fluid
- Solid

cases:
fluid-openfoam:
participant: Fluid
directory: ./fluid-openfoam
run: ./run.sh
component: openfoam-adapter

solid-openfoam:
participant: Solid
directory: ./solid-openfoam
run: ./run.sh
component: openfoam-adapter
10 changes: 10 additions & 0 deletions tools/tests/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ test_suites:
- fluid-openfoam
- solid-calculix
reference_result: ./perpendicular-flap/reference-results/fluid-openfoam_solid-calculix.tar.gz
- path: flow-over-heated-plate-nearest-projection
case_combination:
- fluid-openfoam
- solid-openfoam
reference_result: ./flow-over-heated-plate-nearest-projection/reference-results/fluid-openfoam_solid-openfoam.tar.gz
openfoam_adapter_release:
tutorials:
- path: flow-over-heated-plate
Expand Down Expand Up @@ -65,6 +70,11 @@ test_suites:
- fluid-openfoam
- solid-dealii
reference_result: ./perpendicular-flap/reference-results/fluid-openfoam_solid-dealii.tar.gz
- path: flow-over-heated-plate-nearest-projection
case_combination:
- fluid-openfoam
- solid-openfoam
reference_result: ./flow-over-heated-plate-nearest-projection/reference-results/fluid-openfoam_solid-openfoam.tar.gz
- path: multiple-perpendicular-flaps
case_combination:
- fluid-openfoam
Expand Down