Skip to content
Open
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/448.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Add perpendicular-flap `{fluid-openfoam, solid-openfoam}` and `{fluid-openfoam, solid-fenics}` case combinations to system tests (refs #448).
1 change: 0 additions & 1 deletion changelog-entries/634.md

This file was deleted.

1 change: 1 addition & 0 deletions changelog-entries/731.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Add `heat-exchanger-simplified` tutorial to the system test suites.
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).
1 change: 0 additions & 1 deletion elastic-tube-1d/precice-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
<acceleration:IQN-ILS>
<data name="CrossSectionLength" mesh="Solid-Nodes-Mesh" />
<initial-relaxation value="0.01" />
<preconditioner type="residual-sum" update-on-threshold="false" />
<max-used-iterations value="50" />
<time-windows-reused value="8" />
<filter type="QR2" limit="1e-3" />
Expand Down
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
1 change: 0 additions & 1 deletion perpendicular-flap/precice-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
<acceleration:IQN-ILS>
<data name="Displacement" mesh="Solid-Mesh" />
<data name="Force" mesh="Solid-Mesh" />
<preconditioner type="residual-sum" update-on-threshold="false" />
<filter type="QR2" limit="1e-2" />
<initial-relaxation value="0.5" />
<max-used-iterations value="100" />
Expand Down
2 changes: 1 addition & 1 deletion tools/tests/systemtests/Systemtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import os


GLOBAL_TIMEOUT = 900
GLOBAL_TIMEOUT = 1200
SHORT_TIMEOUT = 10


Expand Down
40 changes: 40 additions & 0 deletions tools/tests/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@ test_suites:
- fluid-openfoam
- solid-calculix
reference_result: ./perpendicular-flap/reference-results/fluid-openfoam_solid-calculix.tar.gz
- path: perpendicular-flap
case_combination:
- fluid-openfoam
- solid-openfoam
reference_result: ./perpendicular-flap/reference-results/fluid-openfoam_solid-openfoam.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 All @@ -25,6 +35,11 @@ test_suites:
- fluid-openfoam
- solid-fenics
reference_result: ./flow-over-heated-plate/reference-results/fluid-openfoam_solid-fenics.tar.gz
- path: perpendicular-flap
case_combination:
- fluid-openfoam
- solid-fenics
reference_result: ./perpendicular-flap/reference-results/fluid-openfoam_solid-fenics.tar.gz
nutils_test:
tutorials:
- path: flow-over-heated-plate
Expand Down Expand Up @@ -65,13 +80,37 @@ 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
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
dealii_test:
tutorials:
- path: perpendicular-flap
case_combination:
- fluid-openfoam
- solid-dealii
reference_result: ./perpendicular-flap/reference-results/fluid-openfoam_solid-dealii.tar.gz
- path: perpendicular-flap
case_combination:
- fluid-openfoam
- solid-openfoam
reference_result: ./perpendicular-flap/reference-results/fluid-openfoam_solid-openfoam.tar.gz
- path: perpendicular-flap
case_combination:
- fluid-openfoam
- solid-fenics
reference_result: ./perpendicular-flap/reference-results/fluid-openfoam_solid-fenics.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 Expand Up @@ -148,6 +187,7 @@ 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: free-flow-over-porous-media
case_combination:
- free-flow-dumux
Expand Down
Loading